summaryrefslogtreecommitdiffstats
path: root/misc-scripts/make-sourceball
diff options
context:
space:
mode:
authorEric BĂ©langer <snowmaniscool@gmail.com>2009-08-19 00:55:28 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-19 00:55:28 +0200
commitae9cf32fbdb54c40c9d0b338368e7cd272590329 (patch)
tree21b6ff02d66d14d99c9262a00b22d579dbb0a67b /misc-scripts/make-sourceball
parente3ee8f680b727a4662aec414febe4a8e82921a63 (diff)
downloaddbscripts-ae9cf32fbdb54c40c9d0b338368e7cd272590329.tar.gz
dbscripts-ae9cf32fbdb54c40c9d0b338368e7cd272590329.tar.xz
Variable rename fix: SVN_PATH -> SVNREPO
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-xmisc-scripts/make-sourceball2
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