summaryrefslogtreecommitdiffstats
path: root/opensuse/gentarball
diff options
context:
space:
mode:
authorRobert Xu <robxu9@gmail.com>2012-03-31 14:28:06 -0400
committerRobert Xu <robxu9@gmail.com>2012-03-31 14:28:06 -0400
commit59dd46ef985a719579132efa6a9aa49bfeeae112 (patch)
tree93d8c721ff263e67aaf59e364496862872ded8fb /opensuse/gentarball
parentc141f0bc29b6e2eeda5ca08a043d26546a1427f9 (diff)
downloadtde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.tar.gz
tde-packaging-59dd46ef985a719579132efa6a9aa49bfeeae112.zip
better late than never, hm...
Diffstat (limited to 'opensuse/gentarball')
-rwxr-xr-xopensuse/gentarball5
1 files changed, 4 insertions, 1 deletions
diff --git a/opensuse/gentarball b/opensuse/gentarball
index 8cb8535f5..e7f491555 100755
--- a/opensuse/gentarball
+++ b/opensuse/gentarball
@@ -20,7 +20,10 @@ grab()
#svn export svn://anonsvn.kde.org/home/kde/branches/trinity/$NAME
git clone http://scm.trinitydesktop.org/scm/git/$NAME $NAME
cd $NAME
-git submodule update --init
+if [[ -e .gitmodules ]]; then
+ sed -i 's/system@//g' .gitmodules
+ git submodule update --init
+fi
cd ..
createTarball
rm -rf $NAME