aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-29 07:35:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-29 07:35:19 +0000
commit5d8c92d1db176cca2bd1cd025c2700bd89a174d3 (patch)
tree814f13280c97e5385cd52371d1cdd2a04f387d1c /include/package-ipkg.mk
parenta4a0fa62d6b6fadc61d9cdfa3ac1aa2438c33e64 (diff)
downloadmaster-187ad058-5d8c92d1db176cca2bd1cd025c2700bd89a174d3.tar.gz
master-187ad058-5d8c92d1db176cca2bd1cd025c2700bd89a174d3.tar.bz2
master-187ad058-5d8c92d1db176cca2bd1cd025c2700bd89a174d3.zip
build: make postinst/prerm scripts executable
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
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) \
)