From 1db00cc6e94b90c08090bb5b8c406622946c4ae5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 31 Jan 2019 16:00:27 +0000 Subject: gentoo resync 31.01.2019 --- .../helm/files/helm-0.9.0-nomancompress.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 media-sound/helm/files/helm-0.9.0-nomancompress.patch (limited to 'media-sound/helm/files') diff --git a/media-sound/helm/files/helm-0.9.0-nomancompress.patch b/media-sound/helm/files/helm-0.9.0-nomancompress.patch new file mode 100644 index 000000000000..fab394688736 --- /dev/null +++ b/media-sound/helm/files/helm-0.9.0-nomancompress.patch @@ -0,0 +1,24 @@ +--- a/Makefile 2018-11-13 23:44:54.081925553 +0000 ++++ b/Makefile 2018-11-13 23:45:34.136381471 +0000 +@@ -91,7 +91,6 @@ + $(MAKE) clean -C builds/linux/VST CONFIG=$(CONFIG) + + install_patches: +- rm -rf $(PATCHES) + install -d $(PATCHES) + cp -rf patches/* $(PATCHES) + +@@ -100,11 +99,8 @@ + install standalone/builds/linux/build/$(PROGRAM) $(BIN) + install -m644 standalone/helm.desktop $(DESKTOP)/helm.desktop + install -m644 images/* $(IMAGES) +- cp changelog changes +- gzip -n -9 changelog +- mv changes changelog +- mv changelog.gz $(CHANGES)/changelog.gz +- cp docs/helm.1.gz $(MAN) ++ gunzip docs/helm.1.gz ++ cp docs/helm.1 $(MAN) + + install_lv2: lv2 install_patches + install -d $(PATCHES) $(LV2) -- cgit v1.2.3