Author: nbd Date: 2015-03-29 09:35:19 +0200 (Sun, 29 Mar 2015) New Revision: 45128
Modified: trunk/include/package-ipkg.mk Log: build: make postinst/prerm scripts executable Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/package-ipkg.mk =================================================================== --- trunk/include/package-ipkg.mk 2015-03-29 07:29:18 UTC (rev 45127) +++ trunk/include/package-ipkg.mk 2015-03-29 07:35:19 UTC (rev 45128) @@ -203,7 +203,7 @@ echo ". \$$$${IPKG_INSTROOT}/lib/functions.sh"; \ echo "default_prerm \$$$$0 \$$$$@"; \ ) > prerm; \ - chmod 0755 prerm; \ + chmod 0755 postinst prerm; \ $($(1)_COMMANDS) \ ) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
