mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
||||
pkgname=units
|
||||
pkgver=2.22
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Units conversion and calculation program"
|
||||
url="https://www.gnu.org/software/units/"
|
||||
arch="all"
|
||||
@ -19,7 +19,8 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
--localstatedir=/var \
|
||||
--sharedstatedir=/usr/share
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user