[pacman-dev] [PATCH] PKGBUILD-example.txt: Remove superfluous "|| return 1".
--- doc/PKGBUILD-example.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/PKGBUILD-example.txt b/doc/PKGBUILD-example.txt index 7245228..99fd8c2 100644 --- a/doc/PKGBUILD-example.txt +++ b/doc/PKGBUILD-example.txt @@ -15,6 +15,6 @@ md5sums=('ee5ae84d115f051d87fcaaef3b4ae782') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 + make make prefix=$pkgdir/usr install } -- 1.7.2.3
On Tue, Sep 14, 2010 at 7:49 PM, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
--- doc/PKGBUILD-example.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, good catch. -Dan
On Wed, 15 Sep 2010 07:20:38 -0500 Dan McGee <dpmcgee@gmail.com> wrote:
On Tue, Sep 14, 2010 at 7:49 PM, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
--- doc/PKGBUILD-example.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, good catch.
-Dan
Why was it superfluous? Dieter
On 16/09/10 20:17, Dieter Plaetinck wrote:
On Wed, 15 Sep 2010 07:20:38 -0500 Dan McGee<dpmcgee@gmail.com> wrote:
On Tue, Sep 14, 2010 at 7:49 PM, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
--- doc/PKGBUILD-example.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, good catch.
-Dan
Why was it superfluous?
http://projects.archlinux.org/pacman.git/commit/?id=545eac14
On Thu, 16 Sep 2010 20:35:27 +1000 Allan McRae <allan@archlinux.org> wrote:
On 16/09/10 20:17, Dieter Plaetinck wrote:
Why was it superfluous?
http://projects.archlinux.org/pacman.git/commit/?id=545eac14
Nice. Thanks. Dieter
participants (4)
-
Allan McRae
-
Dan McGee
-
Dieter Plaetinck
-
Lukas Fleischer