shrink e2fsprogs package by replacing a copy with a symlink
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 04:57:49 +0000 (04:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jan 2007 04:57:49 +0000 (04:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6139 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/e2fsprogs/Makefile

index 462a36e..e752b66 100644 (file)
@@ -59,7 +59,7 @@ endef
 define Package/e2fsprogs/install
        $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mke2fs $(1)/usr/sbin/
+       ln -sf mkfs.ext2 $(1)/usr/sbin/mke2fs
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/mkfs.ext{2,3} $(1)/usr/sbin/
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
        $(CP) $(PKG_INSTALL_DIR)/usr/sbin/resize2fs $(1)/usr/sbin/