* "." -> "source".

svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
Eelco Dolstra
2005-12-05 14:11:09 +00:00
parent 7589df67ae
commit 82e678362f
195 changed files with 230 additions and 230 deletions

View File

@@ -1,5 +1,5 @@
buildInputs="$openssl $db4 $expat $perl"
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-expat=$expat --enable-mods-shared=all --without-gdbm \
--enable-threads --with-devrandom=/dev/urandom"

View File

@@ -1,6 +1,6 @@
set -e
. $stdenv/setup
source $stdenv/setup
unzip $src
mkdir $out

View File

@@ -1,4 +1,4 @@
. $stdenv/setup || exit 1
source $stdenv/setup || exit 1
tar zxf $src
cd jakarta-tomcat*/bin