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