mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #11545 from RussellSenior/sed-disable-acl
sed: disable acl
This commit is contained in:
@@ -46,6 +46,8 @@ define Package/sed/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS+= --disable-acl
|
||||||
|
|
||||||
define Package/sed/postinst
|
define Package/sed/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -L "$${IPKG_INSTROOT}/bin/sed" ] && rm -f "$${IPKG_INSTROOT}/bin/sed"
|
[ -L "$${IPKG_INSTROOT}/bin/sed" ] && rm -f "$${IPKG_INSTROOT}/bin/sed"
|
||||||
|
|||||||
Reference in New Issue
Block a user