Added /usr prefix to several build files in base
This commit is contained in:
parent
13eb065e23
commit
df19036841
7 changed files with 3 additions and 11 deletions
|
@ -19,7 +19,6 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--bindir=/bin \
|
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -19,7 +19,6 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--bindir=/bin \
|
|
||||||
--disable-python \
|
--disable-python \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-resmgr \
|
--disable-resmgr \
|
||||||
|
|
|
@ -6,7 +6,6 @@ homepage="https://github.com/asciidoc/asciidoc-py3"
|
||||||
download=""
|
download=""
|
||||||
desc="Text document format for writing notes and documentation"
|
desc="Text document format for writing notes and documentation"
|
||||||
requires="python3 libxslt docbook"
|
requires="python3 libxslt docbook"
|
||||||
ignoreusrbin=1
|
|
||||||
|
|
||||||
prepbuilddir() {
|
prepbuilddir() {
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
||||||
|
@ -21,8 +20,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr
|
||||||
--bindir=/bin
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,7 +18,6 @@ prepbuilddir() {
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--bindir=/bin \
|
|
||||||
--sysconfdir=/etc/aspell
|
--sysconfdir=/etc/aspell
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -20,7 +20,6 @@ build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--bindir=/bin \
|
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr
|
||||||
--bindir=/bin
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,8 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr
|
||||||
--bindir=/bin
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
Loading…
Reference in a new issue