diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-08 11:51:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-08 11:51:56 +0000 |
commit | c962365315fb42b07df962941419310d7dcd5feb (patch) | |
tree | 0aa5aac8cf3dadb19bd3a3c1b0f82cc9624e83bd /Makefile | |
parent | 534f2f4437093bd78411126ef45de41fc6b93bf3 (diff) | |
download | bootloader-theme-c962365315fb42b07df962941419310d7dcd5feb.tar bootloader-theme-c962365315fb42b07df962941419310d7dcd5feb.tar.gz bootloader-theme-c962365315fb42b07df962941419310d7dcd5feb.tar.bz2 bootloader-theme-c962365315fb42b07df962941419310d7dcd5feb.tar.xz bootloader-theme-c962365315fb42b07df962941419310d7dcd5feb.zip |
re-sync after the big svn loss0.21
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ NAME=mandriva-gfxboot-theme PACKAGE=mandriva-gfxboot-theme -VERSION := 0.14 +VERSION := 0.21 BINDIR := /usr/sbin/ -PRODUCT = "Mandriva Linux 2007" +PRODUCT = "Mandriva Linux 2007 Spring" export PRODUCT HELP2TXT = $(BINDIR)/help2txt @@ -30,7 +30,7 @@ IN_CPIO_BOOT = $(in_cpio_always) langs $(HELPBOOT_ALL) $(PIC_BOOT) OUTSIDE_CPIO_INST = langs $(HELPINST_ALL) $(PIC_INSTALL) #- NB: we can't put things outside cpio for grub -FILES = 16x16.fnt $(PIC_INSTALL) $(PIC_BOOT) $(INCLUDES) help*.html Makefile po install.config boot.config gimp/scripts/gimp-normalize-to-bootsplash.scm langs grub-gfxmenu +FILES = 16x16.fnt $(PIC_INSTALL) $(PIC_BOOT) $(INCLUDES) help*.html Makefile po install.config boot.config langs grub-gfxmenu sharedir=$(prefix)/usr/share themedir=$(sharedir)/gfxboot/themes/Mandriva |