You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
393 B

  1. --- a/ffbuild/pkgconfig_generate.sh
  2. +++ b/ffbuild/pkgconfig_generate.sh
  3. @@ -28,9 +28,9 @@ version=$(grep ${name}_VERSION= $name/${name}.version | cut -d= -f2)
  4. cat <<EOF > $name/$fullname.pc
  5. prefix=$prefix
  6. -exec_prefix=\${prefix}
  7. -libdir=$libdir
  8. -includedir=$incdir
  9. +exec_prefix=${prefix}
  10. +libdir=\${exec_prefix}/lib
  11. +includedir=\${prefix}/include
  12. Name: $fullname
  13. Description: $comment