Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 21, 2024
1 parent 8d63c2e commit 07fd1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -8444,7 +8444,7 @@ __setup_alpine() {
run ln -s /usr/bin/make bin/gmake
run ln -s /bin/sed bin/gsed

printf 'export ACLOCAL_PATH=/usr/share/aclocal' > init.sh
printf 'export ACLOCAL_PATH=/usr/share/aclocal\n' > init.sh
}

__setup_darwin() {
Expand Down Expand Up @@ -8529,7 +8529,7 @@ __setup_freebsd() {
run ln -s /usr/local/bin/grealpath bin/realpath
run ln -s /usr/local/bin/gsha256sum bin/sha256sum

printf 'export ACLOCAL_PATH=/usr/local/share/aclocal' > init.sh
printf 'export ACLOCAL_PATH=/usr/local/share/aclocal\n' > init.sh
}

__setup_dragonfly() {
Expand Down

0 comments on commit 07fd1fc

Please sign in to comment.