summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-16 01:03:20 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-16 01:03:20 +0200
commit690e3e9a39e2691b483474725ee1a17d44231401 (patch)
tree9919cf2319fa08b8392659b63465c5c1434357c6 /bin
parent10ef1c3abeb88af473c34f8ddd18da3148796823 (diff)
downloadgenpkg-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-xbin/genpkg6
1 files changed, 3 insertions, 3 deletions
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