From f3ed0860e04225b292f0c4852d4264cef25d2048 Mon Sep 17 00:00:00 2001 From: ederag Date: Sun, 4 Aug 2019 09:38:25 +0200 Subject: [PATCH] remove the /usr/etc => /etc hack --- wscript | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wscript b/wscript index 3baa75582..31a90d22b 100644 --- a/wscript +++ b/wscript @@ -12,11 +12,6 @@ from waflib.extras import compat15 def configure(conf): conf.load('gnu_dirs') # for DATADIR - # SYSCONFDIR default should not be /usr/etc, but /etc - # TODO: should not be necessary any longer, with the --gconf-dir option - if conf.env.SYSCONFDIR == '/usr/etc': - conf.env.SYSCONFDIR = '/etc' - if conf.options.docs: conf.recurse("help") return