[gnome-build-meta/abderrahim/backports: 4/5] project.conf: use /etc and /var as config and state directories



commit 05f0a88fd913dec446aa265d3883bdf842a51dca
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Wed Dec 19 17:32:35 2018 +0100

    project.conf: use /etc and /var as config and state directories
    
    Part of #108
    
    (cherry picked from commit 85664c3900c23d565e13081d3bfc82d5a76d62b5)

 project.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/project.conf b/project.conf
index 5537850..ed2525d 100644
--- a/project.conf
+++ b/project.conf
@@ -205,8 +205,8 @@ variables:
   gcc_triplet: "%{gcc_arch}-linux-%{abi}"
   lib: "lib/%{gcc_triplet}"
   sbindir: "%{bindir}"
-  sysconfdir: "%{prefix}/etc"
-  localstatedir: "%{prefix}/var"
+  sysconfdir: "/etc"
+  localstatedir: "/var"
   indep-libdir: "%{prefix}/lib"
   debugdir: "%{indep-libdir}/debug"
   common_flags: "-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions 
-fstack-protector-strong -grecord-gcc-switches"


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