* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
mkdir -p $out/bin || exit 1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
# unpack the binary distribution
|
||||
tar jxf $src || exit 1
|
||||
|
||||
Reference in New Issue
Block a user