X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d68d583f2825ae808db4fd8d0bb3aee454b1f552..09a1adb09aeaf6687c7c82b28ffc45786be50806:/openwrt/package/e2fsprogs/Makefile diff --git a/openwrt/package/e2fsprogs/Makefile b/openwrt/package/e2fsprogs/Makefile index 6bb89078c..b4393e2eb 100644 --- a/openwrt/package/e2fsprogs/Makefile +++ b/openwrt/package/e2fsprogs/Makefile @@ -69,11 +69,11 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_E2FSPROGS): mkdir -p $(IDIR_E2FSPROGS)/sbin - cp -fpR $(PKG_INSTALL_DIR)/sbin/e2fsck $(IDIR_E2FSPROGS)/sbin/ - cp -fpR $(PKG_INSTALL_DIR)/sbin/mke2fs $(IDIR_E2FSPROGS)/sbin/ - cp -fpR $(PKG_INSTALL_DIR)/sbin/mkfs.ext{2,3} $(IDIR_E2FSPROGS)/sbin/ - cp -fpR $(PKG_INSTALL_DIR)/sbin/tune2fs $(IDIR_E2FSPROGS)/sbin/ + $(CP) $(PKG_INSTALL_DIR)/sbin/e2fsck $(IDIR_E2FSPROGS)/sbin/ + $(CP) $(PKG_INSTALL_DIR)/sbin/mke2fs $(IDIR_E2FSPROGS)/sbin/ + $(CP) $(PKG_INSTALL_DIR)/sbin/mkfs.ext{2,3} $(IDIR_E2FSPROGS)/sbin/ + $(CP) $(PKG_INSTALL_DIR)/sbin/tune2fs $(IDIR_E2FSPROGS)/sbin/ mkdir -p $(IDIR_E2FSPROGS)/usr/lib - cp -fpR $(PKG_INSTALL_DIR)/usr/lib/lib{blkid,com_err,e2p,ext2fs,uuid}.so.* $(IDIR_E2FSPROGS)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{blkid,com_err,e2p,ext2fs,uuid}.so.* $(IDIR_E2FSPROGS)/usr/lib/ $(RSTRIP) $(IDIR_E2FSPROGS) $(IPKG_BUILD) $(IDIR_E2FSPROGS) $(PACKAGE_DIR)