File: adjust-install-path.patch

package info (click to toggle)
mctc-lib 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,096 kB
  • sloc: f90: 12,728; python: 23; ansic: 15; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Adjust Fortran MOD installation path in pkg-config file.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/meson.build
+++ b/meson.build
@@ -69,7 +69,7 @@
     install_dir: get_option('datadir')/'licenses'/meson.project_name()
   )
 
-  module_id = meson.project_name() / fc_id + '-' + fc.version()
+  module_id = meson.project_name()
   meson.add_install_script(
     find_program(files('config'/'install-mod.py')),
     get_option('includedir') / module_id,