Added sysconfdir build options to xorg/libvdpau,xinit packages
This commit is contained in:
parent
9d03bb85a2
commit
e71a0c1e3f
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ prepbuilddir() {
|
|||
build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
|
|
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
Loading…
Reference in a new issue