From 254da60e526e31d2e8e910b768a0277655bd18ca Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 23 Sep 2015 15:13:15 +0200 Subject: xq: adjust repositories to include non-branch binpkgs. --- xq | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xq') diff --git a/xq b/xq index 1681fec..8250d16 100755 --- a/xq +++ b/xq @@ -8,7 +8,10 @@ totop() { BRANCH=$(git symbolic-ref -q --short HEAD 2>/dev/null) ADDREPO="--repository=hostdir/binpkgs/$BRANCH --repository=../hostdir/binpkgs/$BRANCH - --repository=../../hostdir/binpkgs/$BRANCH" + --repository=../../hostdir/binpkgs/$BRANCH + --repository=hostdir/binpkgs + --repository=../hostdir/binpkgs + --repository=../../hostdir/binpkgs" R= if [ "$1" = -R ]; then -- cgit 1.4.1