This commit is contained in:
Jack L. Frost 2015-06-22 00:42:07 +03:00
parent ed0cb21f51
commit 38edf3d85e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ build_script() {
case "\$makepkg_exit" in
0) echo 'ok';;
17) echo 'already built';;
2) echo 'already built';;
*) echo 'FAIL';;
esac