mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 08:32:58 +01:00
Using exit rather than return on errors.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@92 df209809-8e4a-0410-9a64-c169741eb0fc
This commit is contained in:
parent
964ecd1c4d
commit
46a15edab0
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -16,5 +16,5 @@ build() {
|
|||
cd $startdir/src/jtag-$pkgver
|
||||
./configure --prefix=/usr || exit 1
|
||||
make || exit 2
|
||||
make DESTDIR=$startdir/pkg install || return 3
|
||||
make DESTDIR=$startdir/pkg install || exit 3
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue