PKGBUILD-example.txt: Remove superfluous "|| return 1".
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
e29dde9157
commit
79541193f7
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ md5sums=('ee5ae84d115f051d87fcaaef3b4ae782')
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make || return 1
|
make
|
||||||
make prefix=$pkgdir/usr install
|
make prefix=$pkgdir/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue