Added support for specifying source packages for abusehelper, vsroom and wiki

This commit is contained in:
Ossi Salmi 2012-01-03 17:20:18 +02:00 committed by Timo Mkinen
parent 2b547723e6
commit 4bc3dcedf6
6 changed files with 52 additions and 6 deletions

View file

@ -22,6 +22,5 @@ $(PACKAGES)/$(MOINTARGET):
$(MANIFESTS)/wiki.pp: $(PACKAGES)/$(GWIKITARGET) $(PACKAGES)/$(MOINTARGET)
@umask 022; echo $@; \
echo '$$graphingwiki_package = "$(GWIKITARGET)"' > $@ && \
echo '$$moin_package = "$(MOINTARGET)"' >> $@ && \
echo '$$moin_patch = "moin-$(MOINVERSION).patch"' >> $@
echo '$$graphingwiki_package_latest = "$(GWIKITARGET)"' > $@ && \
echo '$$moin_package_latest = "$(MOINTARGET)"' >> $@