mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
openesolv: Fix sysconfdir @konimex. Closes #168
This commit is contained in:
parent
8674b0cf3e
commit
9ac500067c
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sbindir=/usr/bin
|
--sbindir=/usr/bin \
|
||||||
|
--sysconfdir=/etc
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
@ -1 +1 @@
|
|||||||
3.10.0 2
|
3.10.0 3
|
||||||
|
Loading…
Reference in New Issue
Block a user