summaryrefslogtreecommitdiff
path: root/user/libidl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/libidl/APKBUILD')
-rw-r--r--user/libidl/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/user/libidl/APKBUILD b/user/libidl/APKBUILD
index b3143333c..f7e18023d 100644
--- a/user/libidl/APKBUILD
+++ b/user/libidl/APKBUILD
@@ -1,4 +1,4 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
+# Contributor: Ariadne Conill <ariadne@dereferenced.org>
# Maintainer:
pkgname=libidl
pkgver=0.8.14
@@ -15,13 +15,11 @@ source="https://download.gnome.org/sources/libIDL/${pkgver%.*}/libIDL-$pkgver.ta
builddir="$srcdir"/libIDL-$pkgver
prepare() {
- cd "$builddir"
update_config_sub
default_prepare
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,7 +31,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}