Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit757bf69

Browse files
committed
Fix permist on libs.
1 parent20ef871 commit757bf69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ fi
11211121

11221122
INSTLOPTS="-m 444"
11231123
INSTL_EXE_OPTS="-m 555"
1124-
INSTL_LIB_OPTS="-m664"
1124+
INSTL_LIB_OPTS="-m644"
11251125

11261126
case"`basename$INSTALL`"in
11271127
install|installbsd|scoinst)

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ fi
322322

323323
INSTLOPTS="-m 444"
324324
INSTL_EXE_OPTS="-m 555"
325-
INSTL_LIB_OPTS="-m664"
325+
INSTL_LIB_OPTS="-m644"
326326

327327
case "`basename $INSTALL`" in
328328
install|installbsd|scoinst)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp