mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
PKGBUILD-example.txt: Remove superfluous "|| return 1".
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
e29dde9157
commit
79541193f7
@ -15,6 +15,6 @@ md5sums=('ee5ae84d115f051d87fcaaef3b4ae782')
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make
|
||||
make prefix=$pkgdir/usr install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user