* Check for failure.

svn path=/nixpkgs/trunk/; revision=175
gstqt5
Eelco Dolstra 2003-07-17 22:33:05 +00:00
parent e06e1890f4
commit a119076f9e
1 changed files with 5 additions and 5 deletions

View File

@ -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