From 345c6578b2873e53e6ad2d933a126626b0cbb5a2 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 20 Oct 2015 16:08:05 -0300 Subject: Makefiles: fix variables --- src/fnt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/fnt/Makefile b/src/fnt/Makefile index 1f2ada7..808fbde 100644 --- a/src/fnt/Makefile +++ b/src/fnt/Makefile @@ -14,6 +14,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +PREFIX ?= /usr +SHAREDIR ?= $(PREFIX)/share + # fonts list: fnt = urwGothicDiamond-book \ urwGothicDiamond-bookOblique \ -- cgit v1.2.3-54-g00ecf