* Check for failure.

svn path=/nixpkgs/trunk/; revision=175
wip/yesman
Eelco Dolstra 21 years ago
parent e06e1890f4
commit a119076f9e
  1. 10
      pkgs/glib/glib-build.sh

@ -2,8 +2,8 @@
export PATH=$pkgconfig/bin:/bin:/usr/bin
tar xvfj $src
cd glib-*
LDFLAGS=-s ./configure --prefix=$out
make
make install
tar xvfj $src || exit 1
cd glib-* || exit 1
LDFLAGS=-s ./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1

Loading…
Cancel
Save