diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-25 17:20:31 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-25 17:20:31 +0200 |
commit | 25eeb7746faaae30c40c3bf73cf2efe3909b9950 (patch) | |
tree | c8aeb3e83c9c8b64391de6be8b25980c3b2819d4 /t/travis-deps/install.sh | |
parent | de87151c7519e2d0da4c3bee7a8bb455937651ec (diff) | |
download | sbotools2-25eeb7746faaae30c40c3bf73cf2efe3909b9950.tar.xz |
travis-deps/install.sh: put SLACKBUILDS.TXT file in repo/ subdir
Diffstat (limited to 't/travis-deps/install.sh')
-rw-r--r-- | t/travis-deps/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index 14bc13b..b20fb00 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -4,8 +4,8 @@ mkdir -p /home/travis/build/pink-mist/sbotools/cover_db touch "/var/log/packages/aaa_base-14.1-x86_64-1" cp -a t/travis-deps/*pkg /sbin/ echo "127.0.0.1 slackware.uk" >> /etc/hosts -mkdir -p /usr/sbo -touch "/usr/sbo/SLACKBUILDS.TXT" +mkdir -p /usr/sbo/repo +touch "/usr/sbo/repo/SLACKBUILDS.TXT" if [ "$TEST_MULTILIB" = "1" ] then |