Added support for specifying source packages for abusehelper, vsroom and wiki
This commit is contained in:
parent
2b547723e6
commit
4bc3dcedf6
6 changed files with 52 additions and 6 deletions
|
@ -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)"' >> $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue