aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-26 22:23:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 23:33:40 -0300
commit3f9a9f9d89eb9d0470893835e8a6ebf7bb9e0f12 (patch)
treefedc332732dda0e50bc146d19e0489041b66e382
parent4d3992fa5ef5c94be7d36147012c4e5394cfb1f6 (diff)
community/libxdg-basedir: modernize
-rw-r--r--community/libxdg-basedir/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/libxdg-basedir/APKBUILD b/community/libxdg-basedir/APKBUILD
index 18ed00eac2e..119f860b47d 100644
--- a/community/libxdg-basedir/APKBUILD
+++ b/community/libxdg-basedir/APKBUILD
@@ -16,7 +16,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,12 +26,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="8584405d45e0b57e570666b6eab6d99d70411d00f88965826c9ed0292372385668f190157a10ff536f3a5a59fd0031b332ecbb8a38ac64eda1b04a0603997406 libxdg-basedir-1.2.0.tar.gz"