mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
Ports/dtc: Specify NO_PYTHON
when running make install
Previously, the install step was failing when the `python3` port was installed.
This commit is contained in:
parent
c8f78066c4
commit
0cb339bad1
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ build() {
|
|||
}
|
||||
|
||||
install() {
|
||||
run make PREFIX="${DESTDIR}" BINDIR="${DESTDIR}/usr/bin" install
|
||||
run make NO_PYTHON=1 PREFIX="${DESTDIR}" BINDIR="${DESTDIR}/usr/bin" install
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue