Fixed config file being installed into /usr/etc instead of /etc.

This commit is contained in:
Markus Makela
2015-07-10 21:31:33 +03:00
parent 8fb2cf7064
commit f095ec353c
2 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,9 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#define _XOPEN_SOURCE
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 700
#endif
#include <unistd.h>
#include <crypt.h>
#include <users.h>