diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 19:22:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-24 23:47:48 -0300 |
commit | effab288432222acf4536133d0a87eb33ce01fe1 (patch) | |
tree | b3d9ff4d9b6d8c310c0bc896951c70bb7f0b7177 /community/xbacklight | |
parent | e540c6e7b888bc70982efd8c20b3caf05fce976b (diff) | |
download | aports-effab288432222acf4536133d0a87eb33ce01fe1.tar.bz2 aports-effab288432222acf4536133d0a87eb33ce01fe1.tar.xz |
community/xbacklight: modernize
Diffstat (limited to 'community/xbacklight')
-rw-r--r-- | community/xbacklight/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/xbacklight/APKBUILD b/community/xbacklight/APKBUILD index ed25418a9b..ba315d5f87 100644 --- a/community/xbacklight/APKBUILD +++ b/community/xbacklight/APKBUILD @@ -8,10 +8,9 @@ arch="all" license="MIT" subpackages="$pkgname-doc" makedepends="libx11-dev libxrandr-dev xcb-util-wm-dev" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/xbacklight-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -21,7 +20,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |