mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
some cleanup pre 0.8.2
This commit is contained in:
+4
-1
@@ -12,7 +12,10 @@ buildAction () {
|
||||
echo "Building libgit2..."
|
||||
if [[ -d .git ]]
|
||||
then
|
||||
export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`"$TARGET_BUILD_DIR"/gitx --git-path`
|
||||
if [ "$(which git)" == "" ]; then
|
||||
echo "git not found"
|
||||
exit -1
|
||||
fi
|
||||
git submodule init
|
||||
git submodule sync
|
||||
git submodule update
|
||||
|
||||
Reference in New Issue
Block a user