Commit d68f736f authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix add name of distribution to /etc/altlinux-release

parent 9ffed2dd
......@@ -144,7 +144,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 "$(PRODUCT_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