diff options
author | Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com> | 2018-12-15 07:50:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-15 07:50:26 +0700 |
commit | ac74d898939e1473d9c21a2a024c5892b48372ee (patch) | |
tree | 993268f17004cff07aaaa4f3fb51e9caf629bda2 /audio/helm/0001-doc-fix.patch | |
parent | ca2703577e4c8ee2a48314cecb0c5e84601d43dc (diff) | |
download | slackbuilds-ac74d898939e1473d9c21a2a024c5892b48372ee.tar.gz |
audio/helm: Added (software synthesiser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/helm/0001-doc-fix.patch')
-rw-r--r-- | audio/helm/0001-doc-fix.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/helm/0001-doc-fix.patch b/audio/helm/0001-doc-fix.patch new file mode 100644 index 0000000000..70d52182dd --- /dev/null +++ b/audio/helm/0001-doc-fix.patch @@ -0,0 +1,27 @@ +diff -Nur helm-0.9.0/Makefile helm-0.9.0.new/Makefile +--- helm-0.9.0/Makefile 2017-07-08 23:40:42.000000000 +0200 ++++ helm-0.9.0.new/Makefile 2018-12-13 00:48:34.637977851 +0100 +@@ -40,7 +40,6 @@ + IMAGES = $(SYSDATA)/icons + PATCHES = $(SYSDATA)/patches + MAN = $(DESTDIR)/usr/share/man/man1/ +-CHANGES = $(DESTDIR)/usr/share/doc/$(PROGRAM)/ + DESKTOP = $(DESTDIR)/usr/share/applications/ + + ICONS = $(DESTDIR)/usr/share/icons/hicolor/ +@@ -96,14 +95,13 @@ + cp -rf patches/* $(PATCHES) + + install_standalone: standalone install_patches install_icons +- install -d $(BIN) $(IMAGES) $(MAN) $(CHANGES) $(DESKTOP) ++ install -d $(BIN) $(IMAGES) $(MAN) $(DESKTOP) + 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) + + install_lv2: lv2 install_patches |