diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-26 09:09:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-26 09:09:28 +0200 |
commit | 543e7c263418f8edb1c5b46e7807cb6f8792204b (patch) | |
tree | 1b0abfda296f1d748d0ad63288883877da7a67e6 /package/coreutils | |
parent | 35a4b5056c8bc8e37b3839fe9102c7b6193f240a (diff) |
coreutils: nothing in libexec
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/coreutils/Makefile b/package/coreutils/Makefile index f710d2b0a..2c9369012 100644 --- a/package/coreutils/Makefile +++ b/package/coreutils/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= coreutils PKG_VERSION:= 8.24 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170 PKG_DESCR:= file, shell and text utilities PKG_SECTION:= base/apps @@ -27,9 +27,6 @@ coreutils-install: $(INSTALL_DIR) $(IDIR_COREUTILS)/usr/bin $(CP) $(WRKINST)/usr/bin/* \ $(IDIR_COREUTILS)/usr/bin - $(INSTALL_DIR) $(IDIR_COREUTILS)/usr/libexec - $(CP) $(WRKINST)/usr/libexec/* \ - $(IDIR_COREUTILS)/usr/sbin include ${ADK_TOPDIR}/mk/host-bottom.mk include ${ADK_TOPDIR}/mk/pkg-bottom.mk |