projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a0fa6
)
build: make postinst/prerm scripts executable
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 07:35:19 +0000
(07:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Mar 2015 07:35:19 +0000
(07:35 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45128
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
b7dc0ad
..
5ea39e1
100644
(file)
--- 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 p
ostinst p
rerm; \
$($(1)_COMMANDS) \
)