diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-04 09:55:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-04 09:55:59 +0200 |
commit | 5fe4857c368a81f7e48259b6b08c20e9bc58bf64 (patch) | |
tree | 181e1c7ea2c1bc6f800f1189e52321fb140eb8a1 | |
parent | d346ab822b4b0206bfc22c5c294b9d609248372f (diff) | |
download | vconsole-5fe4857c368a81f7e48259b6b08c20e9bc58bf64.tar.gz |
fix make install0.1
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |