lvm2: symlink individual tools to lvm binary
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
parent
65d8897100
commit
0b452c03d4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue