mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Install libs with 0644 perms, not 0664.
Approved by: Maintainer
This commit is contained in:
parent
26bd87fdc9
commit
f4bd6d2024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32605
@ -1,5 +1,5 @@
|
||||
*** utils/imakesrc/Imake.tmpl.orig Tue May 28 20:11:14 1991
|
||||
--- utils/imakesrc/Imake.tmpl Fri Apr 21 18:34:35 2000
|
||||
*** utils/imakesrc/Imake.tmpl.orig Tue May 28 14:11:14 1991
|
||||
--- utils/imakesrc/Imake.tmpl Wed Sep 13 19:41:33 2000
|
||||
***************
|
||||
*** 16,21 ****
|
||||
--- 16,31 ----
|
||||
@ -50,3 +50,20 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
***************
|
||||
*** 328,334 ****
|
||||
#define InstBinFlags 0755
|
||||
#endif
|
||||
#ifndef InstLibFlags
|
||||
! #define InstLibFlags 0664
|
||||
#endif
|
||||
#ifndef InstIncFlags
|
||||
#define InstIncFlags 0444
|
||||
--- 338,344 ----
|
||||
#define InstBinFlags 0755
|
||||
#endif
|
||||
#ifndef InstLibFlags
|
||||
! #define InstLibFlags 0644
|
||||
#endif
|
||||
#ifndef InstIncFlags
|
||||
#define InstIncFlags 0444
|
||||
|
Loading…
Reference in New Issue
Block a user