aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-08-12 15:33:01 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-08-12 15:33:01 -0300
commit17d9e563387569e8f040be270f5fad9b42974502 (patch)
tree0a7157dbe81cdf2cb292464814be64746ca125d2
parent7477142abe98b99a4d146cf25c6f3bd93fe2cdd8 (diff)
downloadluarocks-17d9e563387569e8f040be270f5fad9b42974502.tar.gz
luarocks-17d9e563387569e8f040be270f5fad9b42974502.tar.bz2
luarocks-17d9e563387569e8f040be270f5fad9b42974502.zip
GNUmakefile: remove sysconfdir as it's set in config.unix.
Fixes #889.
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87b30480..60f08dc8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,6 @@
3 3
4datarootdir = $(prefix)/share 4datarootdir = $(prefix)/share
5bindir = $(prefix)/bin 5bindir = $(prefix)/bin
6sysconfdir = $(prefix)/etc
7INSTALL = install 6INSTALL = install
8INSTALL_DATA = $(INSTALL) -m 644 7INSTALL_DATA = $(INSTALL) -m 644
9BINARY_PLATFORM = unix 8BINARY_PLATFORM = unix