Skip to content
Snippets Groups Projects
Commit 1fe3836f authored by Nicolas Thill's avatar Nicolas Thill
Browse files

e2fsprogs: add conffiles section


Signed-off-by: default avatarNicolas Thill <nico@openwrt.org>

SVN-Revision: 45242
parent d1070a63
No related branches found
No related tags found
No related merge requests found
...@@ -143,6 +143,10 @@ define Build/InstallDev ...@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment