2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

openesolv: Fix sysconfdir @konimex. Closes #168

This commit is contained in:
Dylan Araps 2020-03-11 17:09:47 +02:00
parent 8674b0cf3e
commit 9ac500067c
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
./configure \
--prefix=/usr \
--sbindir=/usr/bin
--sbindir=/usr/bin \
--sysconfdir=/etc
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
3.10.0 2
3.10.0 3