Skip to content

Commit

Permalink
fix include pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 committed Jun 9, 2024
1 parent 45e49de commit 4a1c6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptonica/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prepare() {
sed -i 's#@prefix@#${PSPDEV}/psp#' lept.pc.in
sed -i 's#@exec_prefix@#${prefix}#' lept.pc.in
sed -i 's#@libdir@#${prefix}/lib#' lept.pc.in
sed -i 's#@includedir@#${prefix}include#' lept.pc.in
sed -i 's#@includedir@#${prefix}/include#' lept.pc.in
}

build() {
Expand Down

0 comments on commit 4a1c6d0

Please sign in to comment.