Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrgn2k authored Jul 25, 2023
1 parent 88a95cc commit 5257f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babeld/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ root=$(pwd)
cp -R files/* root/
chmod 755 root/DEBIAN/postinst

git clone git://github.com/jech/babeld.git tmp
git clone --recursive git://github.com/jech/babeld.git tmp
cd tmp
sed -i "s|PREFIX = /usr/local|PREFIX = $root/root/|" Makefile
make $args
Expand Down

0 comments on commit 5257f43

Please sign in to comment.