Commit 87d20032 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Fix some bugs for Debian package building.

parent 1d4748c3
......@@ -2,7 +2,7 @@ ifeq ($(INCLUDE_PYTHON),)
INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ")
endif
ifeq ($(PREFIX),)
PREFIX := /usr/local
PREFIX := /usr
endif
all: no-dracut
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment