Browse Source

Merge pull request #11545 from RussellSenior/sed-disable-acl

sed: disable acl
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
e48af750e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/sed/Makefile

+ 2
- 0
utils/sed/Makefile View File

@ -46,6 +46,8 @@ define Package/sed/install
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
endef
CONFIGURE_ARGS+= --disable-acl
define Package/sed/postinst
#!/bin/sh
[ -L "$${IPKG_INSTROOT}/bin/sed" ] && rm -f "$${IPKG_INSTROOT}/bin/sed"


Loading…
Cancel
Save