summaryrefslogtreecommitdiff
path: root/package/gzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gzip/Makefile')
-rw-r--r--package/gzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gzip/Makefile b/package/gzip/Makefile
index bb6513099..fe9360030 100644
--- a/package/gzip/Makefile
+++ b/package/gzip/Makefile
@@ -20,6 +20,6 @@ FAKE_FLAGS+= prefix=${WRKINST}
gzip-install:
$(INSTALL_DIR) $(IDIR_GZIP)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/bin/{gunzip,zcat,zgrep,gzip} $(IDIR_GZIP)/usr/bin
+ $(CP) $(WRKINST)/bin/gzip $(IDIR_GZIP)/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk