diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 20:56:03 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 00:04:11 -0300 |
| commit | 722d39006f581f341e6f69c2dc573c3afb080809 (patch) | |
| tree | 21ed5da94a4f8ab4d6a413f38583e39e327c3f50 | |
| parent | 905aae63c4084ed3a023479ef1e2c342f82fd15a (diff) | |
| download | aports-722d39006f581f341e6f69c2dc573c3afb080809.tar.bz2 aports-722d39006f581f341e6f69c2dc573c3afb080809.tar.xz | |
community/xbitmaps: modernize
| -rw-r--r-- | community/xbitmaps/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/xbitmaps/APKBUILD b/community/xbitmaps/APKBUILD index 02c1b40b48..5612e99e03 100644 --- a/community/xbitmaps/APKBUILD +++ b/community/xbitmaps/APKBUILD @@ -8,10 +8,9 @@ arch="noarch" license="MIT" options="!check" # No test suite. depends="util-macros" -source="https://www.x.org/releases/individual/data/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/data/xbitmaps-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -20,7 +19,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install mkdir -p "$pkgdir"/usr/lib |
