Skip to content

Commit

Permalink
Merge pull request #96 from schmidtsv/patch-1
Browse files Browse the repository at this point in the history
Fix erroneous path
  • Loading branch information
ramonskie authored Feb 16, 2023
2 parents 2ba45b3 + ec9a9bb commit 3b25619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jumpbox/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ n=$((n + 1))
# https://www.kernel.org/pub/software/scm/git
# https://www.kernel.org/pub/software/scm/git/git-2.35.7.tar.gz
(tar -xzvf jumpbox/git-2.35.7.tar.gz
cd git-2.35.1
cd git-2.35.7
./configure --prefix=${BOSH_INSTALL_TARGET}
make -j${CPUS} all
make install) &
Expand Down

0 comments on commit 3b25619

Please sign in to comment.