summaryrefslogtreecommitdiffstats
path: root/archrelease
diff options
context:
space:
mode:
Diffstat (limited to 'archrelease')
-rwxr-xr-xarchrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/archrelease b/archrelease
index 3d32e6f..0eb3afa 100755
--- a/archrelease
+++ b/archrelease
@@ -31,7 +31,7 @@ echo -n "releasing package to ${1}..."
pushd .. >/dev/null
if [ -d "repos/${1}" ]; then
for file in $(svn ls "repos/${1}"); do
- svn rm -q "$file"
+ svn rm -q "repos/${1}/$file"
done
fi
if [ ! -d repos ]; then