FullDepEntry -> fullDepEntry, PackEntry -> packEntry

svn path=/nixpkgs/trunk/; revision=15662
This commit is contained in:
Marc Weber
2009-05-19 23:25:58 +00:00
parent 1500252e6f
commit 52647ea3b0
102 changed files with 177 additions and 177 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ args : with args; with builderDefs;
};
buildInputs = [mkfontdir mkfontscale];
configureFlags = [];
doInstall = FullDepEntry (''
doInstall = fullDepEntry (''
tar xf ${src}
ensureDir $out/share/fonts/
cp *.bdf $out/share/fonts
+1 -1
View File
@@ -6,7 +6,7 @@ args : with args;
};
in with localDefs;
let
doInstall = FullDepEntry ("
doInstall = fullDepEntry ("
ensureDir \$out/share/fonts/
cd \$out/share/fonts
for i in ${toString paths}; do
+1 -1
View File
@@ -8,7 +8,7 @@ args : with args; with builderDefs;
buildInputs = [unzip];
configureFlags = [];
doInstall = FullDepEntry (''
doInstall = fullDepEntry (''
unzip ${src}
ensureDir $out/share/fonts/junicode-ttf
cp *.ttf $out/share/fonts/junicode-ttf
+1 -1
View File
@@ -11,7 +11,7 @@ rec {
/* doConfigure should be specified separately */
phaseNames = ["doCopy"];
doCopy = FullDepEntry(''
doCopy = fullDepEntry(''
ensureDir $out/share/texmf/fonts/enc
ensureDir $out/share/texmf/fonts/map
ensureDir $out/share/texmf/fonts/type1/public/lm
+1 -1
View File
@@ -11,7 +11,7 @@ rec {
/* doConfigure should be specified separately */
phaseNames = ["doCopy"];
doCopy = FullDepEntry(''
doCopy = fullDepEntry(''
ensureDir $out/share/texmf/
ensureDir $out/share/fonts/
+1 -1
View File
@@ -8,7 +8,7 @@ args : with args; with builderDefs;
buildInputs = [];
configureFlags = [];
doInstall = FullDepEntry (''
doInstall = fullDepEntry (''
ensureDir $out/share/fonts
cp *.ttf $out/share/fonts
'') ["minInit" "addInputs" "doUnpack" "defEnsureDir"];