fix packlibs input path
This commit is contained in:
parent
b31fbb2b3f
commit
24eb7230c8
@ -28,6 +28,6 @@ if [ -d $1 ]; then
|
|||||||
rm -rf $1/*
|
rm -rf $1/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
packLib ./libguh/libguh.so $1
|
packLib $1/usr/lib/libguh.so $1
|
||||||
packLib ./server/guhd $1
|
packLib $1/usr/bin/guhd $1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user