diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-25 17:19:48 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-25 17:19:48 +0200 |
commit | de87151c7519e2d0da4c3bee7a8bb455937651ec (patch) | |
tree | b91665ddb441d5e38ab64b2817529e070931f7c1 | |
parent | a1008a6fc64183844e8b8f47149369d644c0d74c (diff) | |
download | sbotools2-de87151c7519e2d0da4c3bee7a8bb455937651ec.tar.xz |
travis-deps/install.sh: create SLACKBUILDS.TXT file
-rw-r--r-- | t/travis-deps/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/travis-deps/install.sh b/t/travis-deps/install.sh index 7bd140c..14bc13b 100644 --- a/t/travis-deps/install.sh +++ b/t/travis-deps/install.sh @@ -4,6 +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" if [ "$TEST_MULTILIB" = "1" ] then |