diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-12 15:33:01 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-12 15:33:01 -0300 |
| commit | 17d9e563387569e8f040be270f5fad9b42974502 (patch) | |
| tree | 0a7157dbe81cdf2cb292464814be64746ca125d2 | |
| parent | 7477142abe98b99a4d146cf25c6f3bd93fe2cdd8 (diff) | |
| download | luarocks-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-- | GNUmakefile | 1 |
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 | ||
| 4 | datarootdir = $(prefix)/share | 4 | datarootdir = $(prefix)/share |
| 5 | bindir = $(prefix)/bin | 5 | bindir = $(prefix)/bin |
| 6 | sysconfdir = $(prefix)/etc | ||
| 7 | INSTALL = install | 6 | INSTALL = install |
| 8 | INSTALL_DATA = $(INSTALL) -m 644 | 7 | INSTALL_DATA = $(INSTALL) -m 644 |
| 9 | BINARY_PLATFORM = unix | 8 | BINARY_PLATFORM = unix |
