aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-30 02:19:29 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-03-30 02:19:29 +0000
commitd36dc2507b709f3325f6aaff971f39d1d226f653 (patch)
tree8938f697cd6877aed5808df4c6fd4eda088789e7
parent6dac5aef4a326ffc66dc5286d38634ccc4597cd0 (diff)
downloadsimplepkg-d36dc2507b709f3325f6aaff971f39d1d226f653.tar.gz
simplepkg-d36dc2507b709f3325f6aaff971f39d1d226f653.tar.bz2
generic model: fix for downloading git repositories
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@804 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/mkbuild/generic.mkSlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild
index 5b3b73c..de74ed5 100644
--- a/trunk/mkbuild/generic.mkSlackBuild
+++ b/trunk/mkbuild/generic.mkSlackBuild
@@ -144,7 +144,7 @@ cd "$PKG_SRC"
<git_source> off
# Get git source code
cd "$SRC_DIR"
-SND_DIR="`basename [[DOWNLOAD FOLDER URL]] .git`"
+SND_DIR="`basename [[DOWNLOAD FOLDER URL]]`"
if [ "`find "$SRC_DIR/" -name .git`" != "" ] && [ -d "$SRC_DIR/$SND_DIR" ]; then
cd $SND_DIR