Fix rebuilding of project in packaging.
This commit is contained in:
@@ -47,14 +47,12 @@ if [ $? -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
msg "\E[32m" "Starting make..."
|
msg "\E[32m" "Starting make..."
|
||||||
make prefix=/usr all
|
make prefix=/usr DESTDIR=../built install
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
msg "\E[31m" "Build failed."
|
msg "\E[31m" "Build failed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make prefix=/usr DESTDIR=../built install
|
|
||||||
|
|
||||||
pushd packaging &> /dev/null
|
pushd packaging &> /dev/null
|
||||||
|
|
||||||
#Arch-Linux
|
#Arch-Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user