Solved a prefix issue in the Makefile

This commit is contained in:
Georg Pfuetzenreuter 2021-06-04 21:29:20 +02:00
parent 1c104a7784
commit 56c85f06a4
Signed by: Georg
GPG Key ID: 0EC71AFA80C807E3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
PROG := tdfiglet
SRC := tdfiglet.c
-PREFIX ?= /usr/local
+PREFIX ?= /usr
+PREFIX := /usr
FONTS := fonts/*
FONTDIR := $(PREFIX)/share/$(PROG)/fonts
CC ?= cc