diff --git a/core/openresolv/build b/core/openresolv/build index 6daf22f8..0e9165ba 100755 --- a/core/openresolv/build +++ b/core/openresolv/build @@ -1,7 +1,8 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --sbindir=/usr/bin make make DESTDIR="$1" install diff --git a/core/openresolv/version b/core/openresolv/version index 7951492a..c53e429d 100644 --- a/core/openresolv/version +++ b/core/openresolv/version @@ -1 +1 @@ -3.10.0 1 +3.10.0 2