summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorDaniel J Griffiths <ghost1227@archlinux.us>2009-09-23 21:31:19 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-23 21:31:19 +0200
commit14947cf64521e4a892ad0c7928428ec057c55bbd (patch)
treeb09a5f177657ccb45c86c5df0ae31a19e22ba719 /commitpkg
parent381f91c33602e624bc6ac5ce7e7b65eecaf6088f (diff)
downloaddevtools-14947cf64521e4a892ad0c7928428ec057c55bbd.tar.gz
devtools-14947cf64521e4a892ad0c7928428ec057c55bbd.tar.xz
commitpkg: Fix pushd for any packages
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index ba98490..2f7bb46 100755
--- a/commitpkg
+++ b/commitpkg
@@ -99,7 +99,7 @@ done
if [ "${arch[*]}" == "any" ]; then
if [ -d ../repos/${repo}-i686 -a -d ../repos/${repo}-x86_64 ]; then
- pushd ..
+ pushd ../repos/
svn rm $repo-i686
svn rm $repo-x86_64
svn commit -m "removed $repo-i686 and $repo-x86_64 for $pkgname"