From 690e3e9a39e2691b483474725ee1a17d44231401 Mon Sep 17 00:00:00 2001 From: Justin Davis Date: Sun, 15 Apr 2012 19:03:20 -0400 Subject: Rename the metas/ directory to preps/. This matches the prepkg script name. --- bin/genpkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/genpkg b/bin/genpkg index 7d8e222..ee8abd3 100755 --- a/bin/genpkg +++ b/bin/genpkg @@ -2,7 +2,7 @@ prog=genpkg -metad=~/.genpkg/metas +prepd=~/.genpkg/preps templd=~/.genpkg/templ tweakd=~/pkg/tweaks pkgd=~/pkg/dest @@ -80,7 +80,7 @@ do mkdir PKGTREE trap 'rm -f PKGDATA' 1 2 15 - if METABIN="$metad" PKGVAR="$vard" prepkg "$pkg" > PKGDATA + if METABIN="$prepd" PKGVAR="$vard" prepkg "$pkg" > PKGDATA then echo "$pkgd/$pkg" else @@ -88,7 +88,7 @@ do exit "$?" fi - #twk="$tweakd/$pkg" + #mod="$tweakd/$pkg" #if [ -f "$twk" -a -r "$twk" ] && modmetapkg #then # echo "Modified metapackage." 1>&2 -- cgit v1.2.3-24-g4f1b