summaryrefslogtreecommitdiff
path: root/media-sound/qsampler/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /media-sound/qsampler/files
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'media-sound/qsampler/files')
-rw-r--r--media-sound/qsampler/files/qsampler-9999-Makefile.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/qsampler/files/qsampler-9999-Makefile.patch b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
new file mode 100644
index 000000000000..29788b0fd35b
--- /dev/null
+++ b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile.in b/Makefile.in
+index e683df9..5c2d4f0 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -111,10 +111,8 @@ install: $(target) translations_lrelease $(name).1
+ @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir)
+ @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
+ @install -v -m 0644 $(name).1 $(DESTDIR)$(mandir)/man1/$(name).1
+- @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name).1
+ @install -d -v -m 0755 $(DESTDIR)$(mandir)/fr/man1
+ @install -v -m 0644 $(name).fr.1 $(DESTDIR)$(mandir)/fr/man1/$(name).1
+- @gzip -nvf $(DESTDIR)$(mandir)/fr/man1/$(name).1
+
+ uninstall: $(DESTDIR)$(prefix)/bin/$(name)
+ @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall