Skip to content

Commit

Permalink
Packaging script updated to use sub-packaging scripts in freshly chec…
Browse files Browse the repository at this point in the history
…kedout copy of repo.
  • Loading branch information
Matthew committed Sep 4, 2010
1 parent 2c38830 commit eb64406
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packaging/package-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ msg "\E[32m" "Connecting to GIT server...."
if [ -d $_gitname ] ; then
pushd $_gitname &> /dev/null && git pull origin
msg "\E[32m" "The local files are updated."
popd &> /dev/null
popd &> /dev/null # $_gitname
else
git clone $_gitroot $_gitname
fi
Expand All @@ -54,8 +54,8 @@ if [ $? -ne 0 ]; then
fi

make prefix=/usr DESTDIR=../built install
popd &> /dev/null
popd &> /dev/null

pushd packaging &> /dev/null

#Arch-Linux
msg "\E[34m" "Building Arch-Linux package."
Expand Down Expand Up @@ -98,3 +98,6 @@ else
fi
popd &> /dev/null

popd &> /dev/null # packaging
popd &> /dev/null # $_gitname-build
popd &> /dev/null # ~/openra-package/

0 comments on commit eb64406

Please sign in to comment.