Commit 701de972 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Fix some bugs for Debian package building.

parent d6f7b7d8
...@@ -2,7 +2,7 @@ ifeq ($(INCLUDE_PYTHON),) ...@@ -2,7 +2,7 @@ ifeq ($(INCLUDE_PYTHON),)
INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ") INCLUDE_PYTHON = $(shell pkg-config --cflags python3 | cut -f 1 -d " ")
endif endif
ifeq ($(PREFIX),) ifeq ($(PREFIX),)
PREFIX := /usr/local PREFIX := /usr
endif endif
all: no-dracut 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