Skip to content

Commit

Permalink
ports/groff: Try to not use target binaries on host
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Aug 27, 2024
1 parent c0cc365 commit 79935f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/groff
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ regenerate() {
build() {
autotools_configure

make -j${parallelism} GROFFBIN=/usr/bin/groff
make -j${parallelism} GROFFBIN=groff GROFF_BIN_PATH=/usr/bin
}

package() {
Expand Down

0 comments on commit 79935f2

Please sign in to comment.