mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/lxsession: modernize
This commit is contained in:
parent
3111d28ed2
commit
da2ecfc37d
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user