mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
I had to [add a bunch of scripts][1] to generate tarballs with the
version hardcoded in them.
[1]: 5027f55450
13 lines
327 B
Diff
13 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',
|