[SCM] iem-plugin-suite/master: make CARLA VST directory
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sun Dec 24 22:26:27 UTC 2017
The following commit has been merged in the master branch:
commit c91dfbbed39aea49a2c70e200eb4142810b2f1f4
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date: Sun Dec 24 22:43:22 2017 +0100
make CARLA VST directory
diff --git a/debian/rules b/debian/rules
index a32e595..4237799 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ JUCE_VERSION := $(shell dpkg-query --show --showformat='$${source:Version}' juce
override_dh_auto_install:
mkdir -p $(CURDIR)/_vst/
mkdir -p $(CURDIR)/debian/tmp/usr/bin/
- mkdir -p $(CURDIR)/debian/tmp/usr/lib/lxvst/iem.at
+ mkdir -p $(CURDIR)/debian/tmp/usr/lib/lxvst/ $(CURDIR)/debian/tmp/usr/lib/vst/
mkdir -p $(CURDIR)/_man
rm -f $(CURDIR)/_man/*
# install the VST plugins and the standalong applications
@@ -41,7 +41,7 @@ override_dh_auto_install:
## ardour
mkdir -p $(CURDIR)/usr/lib/lxvst
ln -s /usr/lib/$(DEB_HOST_MULTIARCH)/iem-plugin-suite/vst $(CURDIR)/debian/tmp/usr/lib/lxvst/iem.at
- ## TODO: carla
+ ## carla
ln -s /usr/lib/$(DEB_HOST_MULTIARCH)/iem-plugin-suite/vst $(CURDIR)/debian/tmp/usr/lib/vst/iem.at
dh_auto_install
--
iem-plugin-suite packaging
More information about the pkg-multimedia-commits
mailing list