openresolv: Fix sbindir

This commit is contained in:
Dylan Araps 2020-02-10 23:33:38 +02:00
parent 6a87c63763
commit 0f7c4b8717
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr
--prefix=/usr \
--sbindir=/usr/bin
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
3.10.0 1
3.10.0 2