aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2007-02-13 12:50:58 +0000
committerFlorent Villard <warly@mandriva.com>2007-02-13 12:50:58 +0000
commit63c18e671b15edb7cb8d1782a7fe085d80f28482 (patch)
treeeb3b5490e4bcfbdcddda7daf09e06a77d558ffd2 /Makefile
parent7465405ae21f5330201c48f7b546c10f97b4ce96 (diff)
downloadbootsplash-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f698bac..4606717 100644
--- a/Makefile
+++ b/Makefile
@@ -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