summaryrefslogtreecommitdiff
path: root/user/zenity
diff options
context:
space:
mode:
Diffstat (limited to 'user/zenity')
-rw-r--r--user/zenity/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/user/zenity/APKBUILD b/user/zenity/APKBUILD
index ddade8630..87343a192 100644
--- a/user/zenity/APKBUILD
+++ b/user/zenity/APKBUILD
@@ -13,7 +13,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/zenity/${pkgver%.*}/zenity-$pkgver.tar.xz"
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
}