corrections pour git
On doit copier les différentes scripts bash de git-core et spécifier GIT_EXEC_PATH
This commit is contained in:
4
git/git_post_step.sh
Executable file
4
git/git_post_step.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cp -r --preserve=links /usr/local/libexec/git-core $WORK_DIR/AppDir/usr/bin/
|
||||
|
||||
|
@@ -2,6 +2,15 @@
|
||||
fichierIcon=/build/git.png
|
||||
fichierDesktop=/build/git.desktop
|
||||
|
||||
AUTRES_OPTIONS="-i $fichierIcon -d $fichierDesktop"
|
||||
cat << EOF > $WORK_DIR/AppRun
|
||||
#!/bin/bash
|
||||
APPDIR=\$(dirname -- "\$0")
|
||||
|
||||
export GIT_EXEC_PATH=\$APPDIR/usr/bin/git-core
|
||||
|
||||
exec \$APPDIR/usr/bin/$APP_NOM "\$@"
|
||||
EOF
|
||||
|
||||
AUTRES_OPTIONS="-i $fichierIcon -d $fichierDesktop --custom-apprun $WORK_DIR/AppRun"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user