* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
This commit is contained in:
@@ -38,7 +38,7 @@ rec {
|
||||
preBuild = a.fullDepEntry (''
|
||||
sed -e "s@/usr/local/@$out/@" -i Makefile
|
||||
sed -e "s@ /bin/@ @" -i Makefile
|
||||
ensureDir $out/bin $out/share $out/man/man1 $out/lib
|
||||
mkdir -p $out/bin $out/share $out/man/man1 $out/lib
|
||||
'') ["minInit" "doConfigure" "defEnsureDir"];
|
||||
|
||||
name = "xsokoban-" + version;
|
||||
|
||||
Reference in New Issue
Block a user