aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxsession
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:47:31 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 00:02:54 -0300
commitda2ecfc37d7f9ddb3550d0c293b751f9fc3cce25 (patch)
treed3388989ad3f2fdc0ffbd4560a7cd3d8d7bc46f0 /community/lxsession
parent3111d28ed20cc290d61f5716d7d31df95e40fe28 (diff)
downloadaports-da2ecfc37d7f9ddb3550d0c293b751f9fc3cce25.tar.bz2
aports-da2ecfc37d7f9ddb3550d0c293b751f9fc3cce25.tar.xz
community/lxsession: modernize
Diffstat (limited to 'community/lxsession')
-rw-r--r--community/lxsession/APKBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/community/lxsession/APKBUILD b/community/lxsession/APKBUILD
index 4e3628274c..e783dad28b 100644
--- a/community/lxsession/APKBUILD
+++ b/community/lxsession/APKBUILD
@@ -12,7 +12,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://downloads.sourceforge.net/sourceforge/lxde/lxsession-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,7 +24,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}