e2fsprogs: add conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45242
This commit is contained in:
parent
d1070a6330
commit
1fe3836fbc
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ define Build/InstallDev
|
||||||
$(CP) $(PKG_BUILD_DIR)/lib/et/*.h $(1)/usr/include/et
|
$(CP) $(PKG_BUILD_DIR)/lib/et/*.h $(1)/usr/include/et
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/e2fsprogs/conffiles
|
||||||
|
/etc/e2fsck.conf
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/e2fsprogs/install
|
define Package/e2fsprogs/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
|
||||||
|
|
Loading…
Reference in a new issue