From f1c02447800da7eb90d26dc18b18c0068b63e4cf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Apr 2016 15:34:45 +0100 Subject: [PATCH] Install bdfnorm in our /usr/share directory --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a041272..9c428e6 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ install: $(install) -m755 $(utility).sedded $(DESTDIR)$(prefix)/bin/$(utility) $(install) -m755 $(utility).8 $(DESTDIR)$(prefix)/share/man/man8/. $(install) -m644 rules/* $(DESTDIR)$(prefix)/share/$(package)/rules/ + $(install) -m644 bdfnorm $(DESTDIR)$(prefix)/share/$(package)/ clean: rm -f rules/*.rules rules/foundries rules/foundries.new -- 2.30.2