Finally fix the typos in the fix..

svn path=/nixpkgs/trunk/; revision=16508
This commit is contained in:
Michael Raskin 2009-07-29 18:55:50 +00:00
parent 128d64427e
commit b8f3d4b79d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ rec {
'') ["minInit" "doUnpack"];
fixTypos = fullDepEntry (''
sed -e 's@WebCore/workers/DedicatedWorkerThread.h$@& \\@' -i WebCore/GNUMakefile
sed -e 's@WebCore/workers/DedicatedWorkerThread.h$@& \\@' -i WebCore/GNUMakefile.am
'') ["minInit" "doUnpack"];
name = "webkit-" + version;