From d23507809e585e41c04a4e61a0c3536fe42906c6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Mar 2015 07:35:19 +0000 Subject: [PATCH] build: make postinst/prerm scripts executable Signed-off-by: Felix Fietkau SVN-Revision: 45128 --- include/package-ipkg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b7dc0ad1e8..5ea39e1b06 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -203,7 +203,7 @@ $(_endef) echo ". \$$$${IPKG_INSTROOT}/lib/functions.sh"; \ echo "default_prerm \$$$$0 \$$$$@"; \ ) > prerm; \ - chmod 0755 prerm; \ + chmod 0755 postinst prerm; \ $($(1)_COMMANDS) \ ) -- 2.30.2