mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
e2fsprogs: add conffiles section
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45242 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -143,6 +143,10 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/lib/et/*.h $(1)/usr/include/et
|
||||
endef
|
||||
|
||||
define Package/e2fsprogs/conffiles
|
||||
/etc/e2fsck.conf
|
||||
endef
|
||||
|
||||
define Package/e2fsprogs/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
|
||||
|
||||
Reference in New Issue
Block a user