mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
build: make postinst/prerm scripts executable
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45128
This commit is contained in:
parent
7002f6326e
commit
61dd3c8013
@ -203,7 +203,7 @@ $(_endef)
|
|||||||
echo ". \$$$${IPKG_INSTROOT}/lib/functions.sh"; \
|
echo ". \$$$${IPKG_INSTROOT}/lib/functions.sh"; \
|
||||||
echo "default_prerm \$$$$0 \$$$$@"; \
|
echo "default_prerm \$$$$0 \$$$$@"; \
|
||||||
) > prerm; \
|
) > prerm; \
|
||||||
chmod 0755 prerm; \
|
chmod 0755 postinst prerm; \
|
||||||
$($(1)_COMMANDS) \
|
$($(1)_COMMANDS) \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user