diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-01 20:44:18 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-01 20:44:18 +0000 |
commit | a278c3e05013fa3366554af5dee719a0ba90d798 (patch) | |
tree | 3e8b407a54ea97bc7fe4a5a2757dde27a6320e37 /user/gnu-ghostscript | |
parent | 4c66fd861e536f7b7e2e68a78b748cfeb62026c4 (diff) | |
download | packages-a278c3e05013fa3366554af5dee719a0ba90d798.tar.gz packages-a278c3e05013fa3366554af5dee719a0ba90d798.tar.bz2 packages-a278c3e05013fa3366554af5dee719a0ba90d798.tar.xz packages-a278c3e05013fa3366554af5dee719a0ba90d798.zip |
user/*: Modernise / fix syntax / deps
Diffstat (limited to 'user/gnu-ghostscript')
-rw-r--r-- | user/gnu-ghostscript/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/user/gnu-ghostscript/APKBUILD b/user/gnu-ghostscript/APKBUILD index 0c09a5aa9..583194c4b 100644 --- a/user/gnu-ghostscript/APKBUILD +++ b/user/gnu-ghostscript/APKBUILD @@ -18,7 +18,6 @@ source="ftp://ftp.gnu.org/gnu/ghostscript/gnu-ghostscript-$pkgver.tar.xz " build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -33,12 +32,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" soinstall install -D -m644 base/*.h "$pkgdir"/usr/include/ghostscript |