[SCM] pd-iemutils/master: Fixed path for plugins: /usr/share/pd-gui/plugins-available

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Feb 17 20:53:49 UTC 2016


The following commit has been merged in the master branch:
commit 02930f3fd7e895809c37601fa894f38880681e39
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Feb 17 20:29:25 2016 +0100

    Fixed path for plugins: /usr/share/pd-gui/plugins-available
    
    synchronize with apache and the like

diff --git a/debian/README.Debian b/debian/README.Debian
index feb7634..1b258b0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -34,13 +34,13 @@ task of enabling them to the user.
 
 To see a list of plugins run:
 
-    ls /usr/share/pd-gui/available-plugins
+    ls /usr/share/pd-gui/plugins-available
 
 To enable a given plugin (e.g. the 'kiosk-plugin') create a symlink into your
 ~/pd-externals directory
 
     cd ~/pd-externals
-    ln -s /usr/share/pd-gui/available-plugins/kiosk-plugin .
+    ln -s /usr/share/pd-gui/plugins-available/kiosk-plugin .
 
 To disable the plugin, simply remove the symlink.
 
diff --git a/debian/pd-iemutils.install b/debian/pd-iemutils.install
index c0d2d31..a22707b 100644
--- a/debian/pd-iemutils.install
+++ b/debian/pd-iemutils.install
@@ -8,4 +8,4 @@ iem_adaptfilt/src/*.pd_linux	usr/lib/pd/extra/iem_adaptfilt
 iem_adaptfilt/help/*-help.pd	usr/lib/pd/extra/iem_adaptfilt
 iem_dp/*-help.pd		usr/lib/pd/extra/iem_dp
 iem_dp/*.pd_linux		usr/lib/pd/extra/iem_dp
-*-plugin/			usr/share/pd-gui/available-plugins
+*-plugin/			usr/share/pd-gui/plugins-available

-- 
pd-iemutils packaging



More information about the pkg-multimedia-commits mailing list