summaryrefslogtreecommitdiffstats
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
parent353f41a426c6512373393b6e620aec9bbb60aec4 (diff)
downloadgenpkg-b4312509721a30880944025886bd8a40d8847b40.tar.gz
genpkg-b4312509721a30880944025886bd8a40d8847b40.tar.xz
Fix $tweakd in genpkg.
-rwxr-xr-xbin/genpkg2
-rwxr-xr-x[-rw-r--r--]lib/metas/perl.d/scrapecore0
2 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
diff --git a/lib/metas/perl.d/scrapecore b/lib/metas/perl.d/scrapecore
index eae1b21..eae1b21 100644..100755
--- a/lib/metas/perl.d/scrapecore
+++ b/lib/metas/perl.d/scrapecore