live: tweak HOMEPAGE

The reason behind this silly patch is that the default URL
can be left alone with no rebuilds neccessary but with the
intranet services delivered through a "captive portal" or
a redirecting proxy; we definitely don't want the canonical
wiki URL, http://www.altlinux.org, blocked by a rule made
for redirecting the default homepage, so let it be another
one which is served but not widely known or linked to.
This commit is contained in:
Michael Shigorin 2015-09-07 19:33:11 +03:00
parent dde1fe2473
commit 881163dcff

View File

@ -5,7 +5,7 @@ ifdef BUILDDIR
include $(BUILDDIR)/distcfg.mk
ifndef HOMEPAGE
HOMEPAGE = http://www.altlinux.org/
HOMEPAGE = http://wiki.altlinux.org/
endif
ifndef HOMENAME