Fixed gettext prefix
This commit is contained in:
parent
2e06ba4be0
commit
cdacf16826
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ build() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
ckati install DESTDIR=$pkgdir PREFIX=/usr
|
ckati install DESTDIR=$pkgdir prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
license() {
|
license() {
|
||||||
|
|
Loading…
Reference in a new issue