Skip to content

Commit 7d19a13

Browse files
committed
Fix client script
1 parent 465a9d4 commit 7d19a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bundle-client.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DESTDIR=/
44
NAME=proxmox-backup-client-$VERSION
55
BINARIES=( /src/proxmox-backup/target/static-build/*/release/{pxar,proxmox-backup-client} )
66

7-
mkdir -p "$DESTDIR/$NAME" "$DESTDIR/$NAME/lib"
7+
mkdir -p "$DESTDIR/$NAME"
88

99
cp -v ${BINARIES[@]} "$DESTDIR/$NAME"
1010
cp -v /scripts/client/* "$DESTDIR/$NAME"

0 commit comments

Comments
 (0)