Skip to content

Commit

Permalink
Fix rebuilding of project in packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Sep 4, 2010
1 parent eb64406 commit 31741a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packaging/package-all.sh
Expand Up @@ -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
Expand Down

0 comments on commit 31741a1

Please sign in to comment.