* Error checking.

svn path=/nixpkgs/trunk/; revision=194
This commit is contained in:
Eelco Dolstra 2003-07-22 20:32:26 +00:00
parent 8f602453b6
commit daed3bbe7b

View file

@ -6,9 +6,9 @@ envpkgs="$gtk $gtkspell $gnet $libxml"
export LDFLAGS=-s export LDFLAGS=-s
tar xvfj $src tar xvfj $src || exit 1
cd pan-* cd pan-* || exit 1
./configure --prefix=$out ./configure --prefix=$out || exit 1
make make || exit 1
make install make install || exit 1
echo $envpkgs > $out/envpkgs || exit 1 echo $envpkgs > $out/envpkgs || exit 1