summaryrefslogtreecommitdiffstats
path: root/bin/genpkg
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-12-29 20:02:56 +0100
committerJustin Davis <jrcd83@gmail.com>2011-12-29 20:02:56 +0100
commitb4312509721a30880944025886bd8a40d8847b40 (patch)
tree0463951c83eb4104682a0077933830fa5d087792 /bin/genpkg
parent353f41a426c6512373393b6e620aec9bbb60aec4 (diff)
downloadgenpkg-b4312509721a30880944025886bd8a40d8847b40.tar.gz
genpkg-b4312509721a30880944025886bd8a40d8847b40.tar.xz
Fix $tweakd in genpkg.
Diffstat (limited to 'bin/genpkg')
-rwxr-xr-xbin/genpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genpkg b/bin/genpkg
index b475ac2..156b95f 100755
--- a/bin/genpkg
+++ b/bin/genpkg
@@ -42,7 +42,7 @@ do
METABIN=$libd/metas PKGVAR=$vard makepkgmeta "$pkg" >PKGMETA
echo "Generated $pkgd/$pkg/PKGMETA"
- twk=$libd/tweakd/$pkg
+ twk=$tweakd/$pkg
if [ -f "$twk" -a -r "$twk" ]
then
tweakmeta >PKGMETA.new <$twk