diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 15:15:00 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-06 15:15:00 +0000 |
commit | b622c06fddedb80368cff0dd4504dba2f610ec66 (patch) | |
tree | aa085daced7ba5f31cddf425ba342ffd146eac0b /sysutils/linux-nero | |
parent | 2bcb2a48f86ec12eb74f0ea7c354b16fb637889b (diff) |
Notes
Diffstat (limited to 'sysutils/linux-nero')
-rw-r--r-- | sysutils/linux-nero/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/linux-nero/Makefile b/sysutils/linux-nero/Makefile index 51c5e6e44a19..52ee42f8023d 100644 --- a/sysutils/linux-nero/Makefile +++ b/sysutils/linux-nero/Makefile @@ -23,5 +23,9 @@ USE_LDCONFIG= yes BRANDELF_DIRS= usr/bin SRC_DISTFILES= -NO_STAGE= yes +# normalize permissions of symbolic links to prevent a package with +# missing files +post-extract: + ${FIND} ${WRKSRC} -type l -exec ${CHMOD} -h 0755 {} \; + .include <bsd.port.mk> |