diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-09-23 15:13:15 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-09-23 15:13:15 +0200 |
commit | 254da60e526e31d2e8e910b768a0277655bd18ca (patch) | |
tree | d73dc8052bf7db1209c8ef98dcdff5d8faca940e /xq | |
parent | 064df28b56cd501b864bbd36170f01827b6fb4cf (diff) | |
download | xtools-254da60e526e31d2e8e910b768a0277655bd18ca.tar.gz xtools-254da60e526e31d2e8e910b768a0277655bd18ca.tar.xz xtools-254da60e526e31d2e8e910b768a0277655bd18ca.zip |
xq: adjust repositories to include non-branch binpkgs.
Diffstat (limited to 'xq')
-rwxr-xr-x | xq | 5 |
1 files changed, 4 insertions, 1 deletions
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 |