From eb6440694a98604fc926d67033cd7f76a1fddfe2 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 2 Sep 2010 23:38:32 +1200 Subject: [PATCH] Packaging script updated to use sub-packaging scripts in freshly checkedout copy of repo. --- packaging/package-all.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 381e1bb25d..009ce522d1 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -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 @@ -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." @@ -98,3 +98,6 @@ else fi popd &> /dev/null +popd &> /dev/null # packaging +popd &> /dev/null # $_gitname-build +popd &> /dev/null # ~/openra-package/