aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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