Fix rebuilding of project in packaging.

This commit is contained in:
Matthew
2010-09-02 23:55:02 +12:00
parent eb6440694a
commit 31741a1ab3

View File

@@ -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