Commit cca676df authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

Temporary commit by gear.

parent e5acd16e
product=ALT Linux 5.0 Desktop
product=ALT Linux @VERSION@ @Theme@
based_on=ALT Linux Sisyphus
......@@ -66,9 +66,6 @@ Design for QT alterator for Desktop version
%prep
%setup -q
# bootloader
cp -a /usr/src/design-bootloader-source ./
cp -a bootloader/config bootloader/data-boot/ bootloader/data-install/ design-bootloader-source/
%build
......@@ -77,6 +74,8 @@ autoconf
make
#bootloader
cp -a /usr/src/design-bootloader-source ./
cp -a bootloader/config bootloader/data-boot/ bootloader/data-install/ design-bootloader-source/
pushd design-bootloader-source/
PATH=$PATH:/usr/sbin %make
popd
......
......@@ -7,8 +7,8 @@ AC_ARG_WITH(distro,
[
if test -n "$with_distro" ; then
theme="$with_distro"
Theme="$with_distro"
THEME="$with_distro"
Theme=`echo "$with_distro" | sed 's/^./\u&/'`
THEME=`echo "$with_distro" | sed 's/./\u&/'`
fi
],
[
......@@ -43,6 +43,7 @@ AC_SUBST(STATUS)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
])
......
images/boot.jpg

113 KB | W: | H:

images/boot.jpg

154 KB | W: | H:

images/boot.jpg
images/boot.jpg
images/boot.jpg
images/boot.jpg
  • 2-up
  • Swipe
  • Onion skin
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