mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/units: fix units_cur output location
This commit is contained in:
parent
ab98f9c810
commit
5514ff2296
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Miguel Terron <miguel.a.terron@gmail.com>
|
# Maintainer: Miguel Terron <miguel.a.terron@gmail.com>
|
||||||
pkgname=units
|
pkgname=units
|
||||||
pkgver=2.22
|
pkgver=2.22
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Units conversion and calculation program"
|
pkgdesc="Units conversion and calculation program"
|
||||||
url="https://www.gnu.org/software/units/"
|
url="https://www.gnu.org/software/units/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -19,7 +19,8 @@ build() {
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--localstatedir=/var
|
--localstatedir=/var \
|
||||||
|
--sharedstatedir=/usr/share
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user