Commit c3e44eed authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix product name and codename in release file

parent cdf937a4
......@@ -3,6 +3,8 @@ BRAND=@BRAND@
THEME=@THEME@
NAME=@NAME@
VERSION=@VERSION@
PRODUCT_NAME=@PRODUCT_NAME@
CODENAME=@CODENAME@
.PHONY: graphics browser-qt ahttpd boot-images boot-splash boot indexhtml install education-install
......@@ -131,7 +133,7 @@ install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml education-ins
#release
mkdir -p $(sysconfdir)/buildreqs/packages/ignore.d/
install -pD -m644 /dev/null $(sysconfdir)/buildreqs/packages/ignore.d/$(BRAND)-$(THEME)-release
echo "%distro_name (%codename)" >$(sysconfdir)/altlinux-release
echo "$(DISTRO_NAME) ($(CODENAME))" >$(sysconfdir)/altlinux-release
for n in fedora redhat system; do \
ln -s altlinux-release $(sysconfdir)/$$n-release; \
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment