summarylogtreecommitdiffstats
path: root/alps-plugins-path.patch
diff options
context:
space:
mode:
authorÓscar García Amor2022-04-18 09:40:50 +0200
committerÓscar García Amor2022-04-18 09:40:50 +0200
commitec86aadd58da0488d8be56c7931ea91c9ba3eec6 (patch)
tree0c36a8329b3f057d6cfbb0ce71d36ecdc361b689 /alps-plugins-path.patch
parent7669ace655aa5f28adfa2d3fd46e006803c64bc6 (diff)
downloadaur-ec86aadd58da0488d8be56c7931ea91c9ba3eec6.tar.gz
upgpkg: alps 2022.03.01-4
Include missing plugin assets
Diffstat (limited to 'alps-plugins-path.patch')
-rw-r--r--alps-plugins-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/alps-plugins-path.patch b/alps-plugins-path.patch
new file mode 100644
index 000000000000..fc782c95ca40
--- /dev/null
+++ b/alps-plugins-path.patch
@@ -0,0 +1,11 @@
+--- a/plugin.go 2022-04-18 08:26:37.395274661 +0200
++++ b/plugin.go 2022-04-18 08:28:09.476688414 +0200
+@@ -7,7 +7,7 @@
+ )
+
+ // PluginDir is the path to the plugins directory.
+-const PluginDir = "plugins"
++const PluginDir = "/usr/lib/alps/plugins"
+
+ // Plugin extends alps with additional functionality.
+ type Plugin interface {