diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 15:26:46 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 15:26:46 +0100 |
commit | 020a565f6a41e065c044fa359d4a2d65a09b93d4 (patch) | |
tree | 6319d93e966caaf74f0dcf02effae7e288caece1 | |
parent | 8c5aa319fb0d30356a3555662474387562bc0b97 (diff) | |
download | sbotools2-020a565f6a41e065c044fa359d4a2d65a09b93d4.tar.xz |
Fix makepkg stub
-rwxr-xr-x | t/travis-deps/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis-deps/makepkg b/t/travis-deps/makepkg index 54c1b3c..5636dd2 100755 --- a/t/travis-deps/makepkg +++ b/t/travis-deps/makepkg @@ -22,4 +22,4 @@ done touch $1 -echo "Slackware package $1 created. +echo "Slackware package $1 created." |