finaly fixed theme name in bootloader

This commit is contained in:
Anton V. Boyarshinov 2009-02-05 16:59:51 +03:00
parent ab8382803a
commit b335723064
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
product=ALT Linux @VERSION@ @Theme@
product=@BRAND_FNAME@ @VERSION@ @NAME@
based_on=ALT Linux Sisyphus

View File

@ -7,6 +7,7 @@ INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
AC_SUBST(THEME)
AC_SUBST(NAME)
AC_SUBST(BRAND_FNAME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)