mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
fix for e2fsprogs package splitup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fca1e28839
commit
51ffc1d58d
@ -81,10 +81,12 @@ define Package/e2fsprogs/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tune2fs/install
|
define Package/tune2fs/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/resize2fs/install
|
define Package/resize2fs/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/resize2fs $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/resize2fs $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user