mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 08:39:47 +03:00
main/bootchart2: install to /usr (MR 5642)
This commit is contained in:
parent
21cde1b137
commit
8cc91cfebc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Pops Dylan <popsdylan@protonmail.com>
|
||||
pkgname=bootchart2
|
||||
pkgver=0.14.8_git20170531
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Boot Process Performance Visualization"
|
||||
url="https://github.com/xrmx/bootchart"
|
||||
arch="all"
|
||||
|
@ -26,7 +26,7 @@ check() {
|
|||
package() {
|
||||
# install everything but the service
|
||||
for target in "py-install-compile" "install-collector" "install-docs"; do
|
||||
make PYTHON=python3 DESTDIR="$pkgdir" "$target"
|
||||
make PYTHON=python3 EARLY_PREFIX="/usr" DESTDIR="$pkgdir" "$target"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue