* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
@@ -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
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
|
||||
genericBuild
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
installPhase() {
|
||||
make install
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm \
|
||||
--with-toolbuslib=$toolbuslib \
|
||||
--with-pt-support=$ptsupport \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
|
||||
genericBuild
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
Reference in New Issue
Block a user