diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-04-16 01:03:20 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-04-16 01:03:20 +0200 |
commit | 690e3e9a39e2691b483474725ee1a17d44231401 (patch) | |
tree | 9919cf2319fa08b8392659b63465c5c1434357c6 /bin | |
parent | 10ef1c3abeb88af473c34f8ddd18da3148796823 (diff) | |
download | genpkg-690e3e9a39e2691b483474725ee1a17d44231401.tar.gz genpkg-690e3e9a39e2691b483474725ee1a17d44231401.tar.xz |
Rename the metas/ directory to preps/.
This matches the prepkg script name.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genpkg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |