From da2ecfc37d7f9ddb3550d0c293b751f9fc3cce25 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 19:47:31 -0300 Subject: community/lxsession: modernize --- community/lxsession/APKBUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'community/lxsession') 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 } -- cgit v1.2.3