From 31741a1ab3447d2ce058f5f6af16ce1a28e8213a Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 2 Sep 2010 23:55:02 +1200 Subject: [PATCH] Fix rebuilding of project in packaging. --- packaging/package-all.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 009ce522d1..ed6051df8a 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -47,14 +47,12 @@ if [ $? -ne 0 ]; then fi msg "\E[32m" "Starting make..." -make prefix=/usr all +make prefix=/usr DESTDIR=../built install if [ $? -ne 0 ]; then msg "\E[31m" "Build failed." exit 1 fi -make prefix=/usr DESTDIR=../built install - pushd packaging &> /dev/null #Arch-Linux