From 53aa0332bbe5c8fd2b22fcedcc2140175134f98f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 23 Oct 2010 22:27:48 +0200 Subject: add COPYING to Makefile Signed-off-by: Florian Pritz --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34282f7..704a7cf 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,9 @@ clean: install: install -Dm755 fb $(DESTDIR)/usr/bin/fb install -Dm644 fb.1 $(DESTDIR)/usr/share/man/man1/fb.1 + install -Dm644 COPYING $(DESTDIR)/usr/share/licenses/fb/COPYING uninstall: rm $(DESTDIR)/usr/bin/fb rm $(DESTDIR)/usr/share/man/man1/fb.1 + rm $(DESTDIR)/usr/share/licenses/fb/COPYING -- cgit v1.2.3-24-g4f1b