]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
generic model: fix for downloading git repositories
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 30 Mar 2009 02:19:29 +0000 (02:19 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 30 Mar 2009 02:19:29 +0000 (02:19 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@804 04377dda-e619-0410-9926-eae83683ac58

trunk/mkbuild/generic.mkSlackBuild

index 5b3b73c4970fa2ff596303df8266f92723b8c555..de74ed50380b10a160058ece6b34c893c62082e0 100644 (file)
@@ -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