Skip to content

Commit

Permalink
remove the /usr/etc => /etc hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ederag committed Aug 4, 2019
1 parent 44d0197 commit f3ed086
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3ed086

Please sign in to comment.