[Lunar-commits] <moonbase-core> systemd: (systemd.plugin) TOUCHME should be a local variable
Stefan Wold
ratler at lunar-linux.org
Sun Oct 27 11:21:24 CET 2013
commit cb388cd6d2c3f8bfdafce6a265c52ce835bb9a9c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 12 Oct 2013 01:26:16 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/cb388cd6d2c3f8bfdafce6a265c52ce835bb9a9c
systemd: (systemd.plugin) TOUCHME should be a local variable
---
system/systemd/plugin.d/systemd.plugin | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/system/systemd/plugin.d/systemd.plugin
+++ b/system/systemd/plugin.d/systemd.plugin
@@ -73,7 +73,7 @@ plugin_systemd_configure()
plugin_systemd_post_build()
{
- local SERVICES SERVICE SYSTEMDUNITDIR
+ local SERVICES SERVICE SYSTEMDUNITDIR TOUCHME
debug_msg "plugin_systemd_post_install ($@)"
local SYSTEMDUNITDIR=$(pkg-config systemd --variable=systemdsystemunitdir)
More information about the Lunar-commits
mailing list