[network-manager-fortisslvpn] service: don't use sharedstatedir



commit 377ba9ca7fb33f3fb2ba5258a5af666869947597
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed May 18 10:16:35 2016 +0200

    service: don't use sharedstatedir
    
    GNU CS and thus autoconf default to a location that doesn't make any
    sense on Linux:
    
    http://www.redhat.com/archives/fedora-extras-list/2006-March/msg01546.html

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 2725b48..7c0f811 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-fortisslvpn_statedir = $(sharedstatedir)/$(PACKAGE)
+fortisslvpn_statedir = $(localstatedir)/lib/$(PACKAGE)
 
 install-data-hook:
        $(mkinstalldirs) -m 0700 $(DESTDIR)$(fortisslvpn_statedir)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]