diff options
author | Florent Villard <warly@mandriva.com> | 2007-02-13 12:50:58 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2007-02-13 12:50:58 +0000 |
commit | 63c18e671b15edb7cb8d1782a7fe085d80f28482 (patch) | |
tree | eb3b5490e4bcfbdcddda7daf09e06a77d558ffd2 /Makefile | |
parent | 7465405ae21f5330201c48f7b546c10f97b4ce96 (diff) | |
download | bootsplash-63c18e671b15edb7cb8d1782a7fe085d80f28482.tar bootsplash-63c18e671b15edb7cb8d1782a7fe085d80f28482.tar.gz bootsplash-63c18e671b15edb7cb8d1782a7fe085d80f28482.tar.bz2 bootsplash-63c18e671b15edb7cb8d1782a7fe085d80f28482.tar.xz bootsplash-63c18e671b15edb7cb8d1782a7fe085d80f28482.zip |
fix SVN related variables
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ sharedir=/usr/share configdir=/etc RPM=$(HOME)/rpm -SVNSOFT=svn+ssh://svn.mandriva.com/svn/soft/build_system/iurt/ -SVNNAME=svn+ssh://svn.mandriva.com/svn/packages/cooker/iurt/current/ +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;done |