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,5 +22,5 @@ $(PACKAGES)/$(IKTARGET):
$(MANIFESTS)/abusehelper.pp: $(PACKAGES)/$(AHTARGET) $(PACKAGES)/$(IKTARGET)
@umask 022; echo $@; \
echo '$$abusehelper_package = "$(AHTARGET)"' > $@ && \
echo '$$idiokit_package = "$(IKTARGET)"' >> $@
echo '$$abusehelper_package_latest = "$(AHTARGET)"' > $@ && \
echo '$$idiokit_package_latest = "$(IKTARGET)"' >> $@