fix for e2fsprogs package splitup
SVN-Revision: 6143
This commit is contained in:
parent
2fb06d46d9
commit
cfaffb87a5
1 changed files with 2 additions and 0 deletions
|
@ -81,10 +81,12 @@ define Package/e2fsprogs/install
|
|||
endef
|
||||
|
||||
define Package/tune2fs/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
define Package/resize2fs/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/resize2fs $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue