summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-25 17:13:07 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-25 17:13:07 -0400
commitf15c69a9afc489b892ab1382aeb1c2e7ff67fd06 (patch)
tree3375b036e9194fc8f0cf163e07ed14b6e21f29ef /src
parenta37d299efe2baa72d873bb10cb77d2e12314887b (diff)
xbs-abs: move(): Fix svndir lookup
Diffstat (limited to 'src')
-rwxr-xr-xsrc/xbs-abs/helper-abs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xbs-abs/helper-abs b/src/xbs-abs/helper-abs
index 9465b4b..b410559 100755
--- a/src/xbs-abs/helper-abs
+++ b/src/xbs-abs/helper-abs
@@ -141,7 +141,7 @@ move() {
load_config
local svndir
- svndir="${SVNDIR}/$(pac2svn "$repo")/${pkgbase}"
+ svndir="${SVNDIR}/$(pac2svn "$repo_from")/${pkgbase}"
arch_svn up -q "$svndir"
local tag_list=""