aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-09-04 09:55:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-04 09:55:59 +0200
commit5fe4857c368a81f7e48259b6b08c20e9bc58bf64 (patch)
tree181e1c7ea2c1bc6f800f1189e52321fb140eb8a1
parentd346ab822b4b0206bfc22c5c294b9d609248372f (diff)
downloadvconsole-5fe4857c368a81f7e48259b6b08c20e9bc58bf64.tar.gz
fix make install0.1
-rw-r--r--GNUmakefile2
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)