From: Ralf Jung Date: Tue, 19 Jun 2012 16:36:49 +0000 (+0200) Subject: Fix oxygen-icons URL in config example X-Git-Url: https://git.ralfj.de/mass-build.git/commitdiff_plain/47dd7018644b7c605526efa32e688f8e03e2b1f3 Fix oxygen-icons URL in config example --- diff --git a/config.py.sample b/config.py.sample index e406591..3080352 100644 --- a/config.py.sample +++ b/config.py.sample @@ -17,7 +17,7 @@ modules = [ # KDE SC {'folder': 'kde', 'modules': [ # KDE core - KDESvnModule('oxygen-icons', '/trunk/kdesupport/oxygen-icons'), # released within the SC, but located in kdesupport... + KDESvnModule('oxygen-icons', '/trunk/kdesupport'), # released within the SC, but located in kdesupport... KDEGitModule('kdelibs'), KDEGitModule('kactivities'), KDEGitModule('kdepimlibs'),