* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
. $stdenv/setup
|
||||
. $makeWrapper
|
||||
source $stdenv/setup
|
||||
source $makeWrapper
|
||||
|
||||
buildPhase=buildPhase
|
||||
buildPhase() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd cksfv-*/src || exit 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
. $stdenv/setup
|
||||
. $makeWrapper
|
||||
source $stdenv/setup
|
||||
source $makeWrapper
|
||||
|
||||
makeWrapper "$dhcp/sbin/dhclient" "$out/sbin/dhclient" \
|
||||
--set PATH_DHCLIENT_SCRIPT "$dhcp/sbin/dhclient-script"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
export DESTDIR=$out
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
|
||||
configureFlags="--with-privsep-path=$out/empty"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd par2cmdline-* || exit 1
|
||||
|
||||
Reference in New Issue
Block a user