diff options
author | Mathieu Jobin | 2015-09-10 17:07:45 -0400 |
---|---|---|
committer | Mathieu Jobin | 2015-09-10 17:07:45 -0400 |
commit | 526999382c99b6b8c782cde56f9f786e672cd9ef (patch) | |
tree | 9d1f5468d727de54d1276a1ee71f99d5d8868ff1 | |
parent | ed431e35153f3a5609af3b79ad69098795da9ea2 (diff) | |
download | aur-526999382c99b6b8c782cde56f9f786e672cd9ef.tar.gz |
prepare() now must return true on all statement
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ prepare() { popd pushd tapcfg - ./buildall.sh linuxonly > /dev/null + ./buildall.sh linuxonly || true > /dev/null popd set +e echo ======================== prepare completed ======================== |