* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
set -e
|
||||
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
unzip $src
|
||||
mkdir $out
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
tar zxf $src
|
||||
cd jakarta-tomcat*/bin
|
||||
|
||||
Reference in New Issue
Block a user