* "." -> "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,4 +1,4 @@
. $stdenv/setup || exit 1
source $stdenv/setup || exit 1
mkdir -p $out/bin || exit 1

View File

@@ -1,4 +1,4 @@
. $stdenv/setup || exit 1
source $stdenv/setup || exit 1
# unpack the binary distribution
tar jxf $src || exit 1

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-sglr=$sglr --with-pgen=$pgen
--with-pt-support=$ptsupport --with-asf-library=$asflibrary --with-strategoxt=$strategoxt --with-graphviz=$graphviz --with-svn=$subversion"

View File

@@ -1,4 +1,4 @@
. $stdenv/setup || exit 1
source $stdenv/setup || exit 1
tar zxf $src || exit 1
cd jclasslib || exit 1

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
postInstall() {

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
patchConfigure() {
# Clear the default library search path.

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
patchConfigure() {
# Clear the default library search path.

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
tar xvfz $src
cd gperf-*

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
installFlags="PREFIX=$out"

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
postInstall() {
test -x $out/nix-support || mkdir $out/nix-support

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
genericBuild

View File

@@ -1,3 +1,3 @@
buildInputs="$perl $python $jdk"
. $stdenv/setup
source $stdenv/setup
genericBuild

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport --with-asf-support=$asfsupport"
genericBuild

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-pt-support=$ptsupport"
genericBuild

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
genericBuild

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
installPhase() {
make install

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm \
--with-toolbuslib=$toolbuslib \
--with-pt-support=$ptsupport \

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
genericBuild

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
genericBuild

View File

@@ -1,4 +1,4 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm"

View File

@@ -1,3 +1,3 @@
. $stdenv/setup
source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
genericBuild