mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lvm2: symlink individual tools to lvm binary
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
@@ -79,6 +79,7 @@ define Package/lvm2/install
|
||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/conf/example.conf $(1)/etc/lvm/lvm.conf
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/lvm2.init $(1)/etc/init.d/lvm2
|
||||
$(FIND) $(PKG_INSTALL_DIR)/usr/sbin/ -type l -exec $(CP) -a {} $(1)/sbin/ \;
|
||||
endef
|
||||
|
||||
define Package/lvm2/conffiles
|
||||
|
||||
Reference in New Issue
Block a user