mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 02:59:55 +08:00
aliyundrive-webdav: fix install path (#771)
This commit is contained in:
parent
52315adf6f
commit
142bd254b8
@ -43,7 +43,7 @@ endef
|
||||
|
||||
define Package/aliyundrive-webdav/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/target/$(RUSTC_TARGET_ARCH)/stripped/aliyundrive-webdav $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/target/$(RUSTC_TARGET_ARCH)/release/aliyundrive-webdav $(1)/usr/bin/
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/aliyundrive-webdav.init $(1)/etc/init.d/aliyundrive-webdav
|
||||
|
Loading…
Reference in New Issue
Block a user