diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-04-16 15:34:46 +0100 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-04-16 15:34:46 +0100 |
commit | c88eb6c686a74edf06234f181596212fa160653c (patch) | |
tree | d282007aa5427d9fdc2642de444ef3befeb349cb /Makefile | |
parent | 3df88d5aac1b924d0b37864c85e19e3378c0b382 (diff) | |
download | bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.gz bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.bz2 bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.xz bootsplash-c88eb6c686a74edf06234f181596212fa160653c.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r908 | blino | 2011-04-16 15:34:46 +0100 (Sat, 16 Apr 2011) | 1 line
initial bootsplash import (cleaned from Mdv)
------------------------------------------------------------------------
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ NAME=bootsplash -VERSION := 3.3.4 +VERSION := 3.3.5 SUBDIRS=scripts FILES=$(SUBDIRS) Makefile ChangeLog README @@ -9,9 +9,6 @@ sharedir=/usr/share configdir=/etc RPM=$(HOME)/rpm -SVNSOFT=svn+ssh://svn.mandriva.com/svn/soft/bootsplash/ -SVNNAME=svn+ssh://svn.mandriva.com/svn/packages/cooker/bootsplash/current/ - all: @for i in $(SUBDIRS);do make -C $$i all || exit 1 ;done |