From 5fe4857c368a81f7e48259b6b08c20e9bc58bf64 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 4 Sep 2012 09:55:59 +0200 Subject: fix make install --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a124216..6db99e3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -47,7 +47,7 @@ build: endif install: build - $(INSTALL_DIR) $(DESTDIR)/etc $(bindir) $(mandir)/man1 + $(INSTALL_DIR) $(bindir) $(mandir)/man1 $(appdir) $(INSTALL_BINARY) $(TARGETS) $(bindir) $(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1 $(INSTALL_DATA) $(DESKTOP) $(appdir) -- cgit