mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-08-03 10:42:04 +00:00
pve: update testcase PVE.pm with fixed library path
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a5330e34d2
commit
427fdb13c0
@ -43,7 +43,7 @@ all: PVE
|
||||
cargo build $(CARGO_BUILD_ARGS)
|
||||
mkdir -p test/Proxmox/Lib
|
||||
sed -r -e \
|
||||
's@^sub libdirs.*$$@sub libdirs { return ("./target/$(TARGET_DIR)", "./../target/$(TARGET_DIR)"); }@' \
|
||||
's@^sub libfile.*$$@sub libfile { "$(shell pwd)/target/$(TARGET_DIR)/libpve_rs.so"; }@' \
|
||||
Proxmox/Lib/PVE.pm >test/Proxmox/Lib/PVE.pm
|
||||
|
||||
Proxmox PVE: Proxmox/Lib/PVE.pm
|
||||
|
Loading…
Reference in New Issue
Block a user