mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
I had to [add a bunch of scripts][1] to generate tarballs with the
version hardcoded in them.
[1]: 5027f55450
14 lines
327 B
Diff
14 lines
327 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 1f84fe8..423aed7 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -103,7 +103,7 @@ custom_target(
|
|
feed: true,
|
|
capture: true,
|
|
install: true,
|
|
- install_dir: join_paths(mandir, 'man1/caffeine')
|
|
+ install_dir: join_paths(mandir, 'man1')
|
|
)
|
|
|
|
install_subdir('caffeine/assets/glade',
|