From 17d9e563387569e8f040be270f5fad9b42974502 Mon Sep 17 00:00:00 2001
From: Hisham Muhammad <hisham@gobolinux.org>
Date: Sun, 12 Aug 2018 15:33:01 -0300
Subject: GNUmakefile: remove sysconfdir as it's set in config.unix.

Fixes #889.
---
 GNUmakefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 87b30480..60f08dc8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,6 @@
 
 datarootdir = $(prefix)/share
 bindir = $(prefix)/bin
-sysconfdir = $(prefix)/etc
 INSTALL = install
 INSTALL_DATA = $(INSTALL) -m 644
 BINARY_PLATFORM = unix
-- 
cgit v1.2.3-55-g6feb