diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-03-30 02:19:29 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-03-30 02:19:29 +0000 |
commit | d36dc2507b709f3325f6aaff971f39d1d226f653 (patch) | |
tree | 8938f697cd6877aed5808df4c6fd4eda088789e7 | |
parent | 6dac5aef4a326ffc66dc5286d38634ccc4597cd0 (diff) | |
download | simplepkg-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.mkSlackBuild | 2 |
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 |