summaryrefslogtreecommitdiffstats
path: root/bin/tweakmeta
AgeCommit message (Collapse)AuthorFilesLines
2011-09-25Store the packager in the PKGMETA even if we don't use a PKGTWEAK.Justin Davis1-7/+0
2011-09-21Fix typo with index in findval.Justin Davis1-1/+2
2011-09-21Add PKGMETA tweaking to Makefile. Update newly named tweakmeta script.Justin Davis1-73/+71
The process of reading "tweak" files is now much simpler. The Makefile merely looks to see if a package we are building has an entry in our "tweaks" directory. If so, it tweaks the PKGMETA file. Sort of like a patch only much simpler.
2011-09-21Call anything pbj related "tweaks", now.Justin Davis1-0/+126
Rename pbjparse.awk to tweakmeta. Make it executable. Rename pbj/ to tweaks. Remove .pbj suffix from files.