diff options
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-x | misc-scripts/make-sourceball | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index e24af2d..b3bd3d4 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -139,7 +139,7 @@ set_umask /bin/mkdir -p "$logpath" cd "$WORKDIR" -if /usr/bin/svn export -q "$SVN_PATH/$packagename" $packagename; then +if /usr/bin/svn export -q "$SVNREPO/$packagename" $packagename; then remove_old "$pkgname/repos/" create_srcpackage "$packagename/repos/$reponame-$_arch" else |