diff options
Diffstat (limited to 'user/xkbcomp')
-rw-r--r-- | user/xkbcomp/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/xkbcomp/APKBUILD b/user/xkbcomp/APKBUILD index b79b4593d..fbe2ccb9f 100644 --- a/user/xkbcomp/APKBUILD +++ b/user/xkbcomp/APKBUILD @@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc" source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |