Remove hard-coded path to uname

svn path=/nixpkgs/trunk/; revision=27287
This commit is contained in:
Michael Raskin 2011-05-21 05:07:53 +00:00
parent f2788f2837
commit 178d94606f

View file

@ -64,6 +64,7 @@ rec {
'') ["minInit" "defEnsureDir"];
prepareMakefiles = a.fullDepEntry ''
sed -e 's@ /bin/uname @ uname @g' -i CMakeLists.txt
cd ..
mkdir build
cd build