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