mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
15 lines
366 B
Diff
15 lines
366 B
Diff
|
--- ./meson.build.orig 2020-03-11 02:09:56.000000000 -0500
|
||
|
+++ ./meson.build 2020-03-11 13:56:34.683898676 -0500
|
||
|
@@ -85,11 +85,3 @@
|
||
|
if get_option('gtk_doc')
|
||
|
subdir('docs')
|
||
|
endif
|
||
|
-
|
||
|
-# Post-install scripts
|
||
|
-meson.add_install_script('meson_post_install.py',
|
||
|
- get_option('datadir'),
|
||
|
- get_option('libdir'),
|
||
|
- gcr_major_version.to_string(),
|
||
|
- gcr_soversion,
|
||
|
-)
|