Use the full path for DESTDIR when building Debian package.
This commit is contained in:
parent
3468adb20e
commit
7903a92d54
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ if [ $? -ne 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build Clixon and install it to the build/ directory
|
# Build Clixon and install it to the build/ directory
|
||||||
./configure && make clean && make && make install DESTDIR=build/
|
./configure && make clean && make && make install DESTDIR=`pwd`/build/
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failed to build Clixon."
|
echo "Failed to build Clixon."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue