From ae9cf32fbdb54c40c9d0b338368e7cd272590329 Mon Sep 17 00:00:00 2001 From: Eric BĂ©langer Date: Tue, 18 Aug 2009 15:55:28 -0700 Subject: Variable rename fix: SVN_PATH -> SVNREPO Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc-scripts') 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 -- cgit v1.2.3-24-g4f1b