Skip to content

Commit

Permalink
testing/ranger: modernize
Browse files Browse the repository at this point in the history
Closes: GH-7935
  • Loading branch information
maxice8 authored and TBK committed May 23, 2019
1 parent b0cf64e commit 207ad2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/ranger/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ makedepends="py3-setuptools"
checkdepends="py3-pytest"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ranger/ranger/archive/v${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
python3 setup.py build
Expand All @@ -23,7 +22,7 @@ check() {
}

package() {
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1

install -Dm644 doc/ranger.1 "$pkgdir"/usr/share/man/man1/ranger.1
install -Dm644 doc/rifle.1 "$pkgdir"/usr/share/man/man1/rifle.1
Expand Down

0 comments on commit 207ad2f

Please sign in to comment.