aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index b10cce0..1ce7530 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -604,7 +604,7 @@ if [ $MOVE_BIN_PACKAGE -eq $on ]; then
cwd="`pwd`"
cd $NEW_REPOS
chown_svn $MAKEPKG_REPOS && chgrp_svn $MAKEPKG_REPOS
- su_svn add $PKG_NAME
+ svn_add $PKG_NAME
cd $cwd
fi