diff options
author | davidovski <david@davidovski.xyz> | 2022-03-30 01:05:28 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-30 01:05:28 +0100 |
commit | 9ae31d6c582fbb636625a87d0921fd914f33c05e (patch) | |
tree | e664bca7d03553adaa02d2d7b30b84c41049a61a /repo/system/sysklogd.xibuild | |
parent | ffd7994da3b5c8021aa040f6ca4244f391eb9a0a (diff) |
working eudev and sysklogd
Diffstat (limited to 'repo/system/sysklogd.xibuild')
-rw-r--r-- | repo/system/sysklogd.xibuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/sysklogd.xibuild b/repo/system/sysklogd.xibuild index 8cf024e..bfff8c4 100644 --- a/repo/system/sysklogd.xibuild +++ b/repo/system/sysklogd.xibuild @@ -11,12 +11,14 @@ sysklogd.initd DESC="Programs for logging system messages" build () { - ./configure && make + ./configure --prefix=/usr --sysconfdir=/etc && + make } package () { make DESTDIR=$PKG_DEST install mkdir -p $PKG_DEST/etc + cat > $PKG_DEST/etc/syslog.conf << "EOF" # Begin /etc/syslog.conf |