From 38edf3d85e27fd0da3d322d03be9009a4ecf3eca Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 22 Jun 2015 00:42:07 +0300 Subject: [PATCH] 17 -> 2 --- makepkg-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepkg-chroot.sh b/makepkg-chroot.sh index c932ee1..225df68 100755 --- a/makepkg-chroot.sh +++ b/makepkg-chroot.sh @@ -23,7 +23,7 @@ build_script() { case "\$makepkg_exit" in 0) echo 'ok';; - 17) echo 'already built';; + 2) echo 'already built';; *) echo 'FAIL';; esac