Skip to content
Snippets Groups Projects
Unverified Commit b90d029b authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Corrections to git recipe

parent f51d3cb8
No related branches found
No related tags found
1 merge request!40[WIP] Git recipe
...@@ -63,8 +63,9 @@ function recipe_clean { ...@@ -63,8 +63,9 @@ function recipe_clean {
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
make prefix="$dest" install make DESTDIR="$dest" install
${STRIP} $1/bin/* || true ${STRIP} $1/bin/* || true
${STRIP} $1/libexec/git-core/* || true ${STRIP} $1/libexec/git-core/* || true
rm -rf $1/share/man
skip=1 skip=1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment