diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | vconsole.1 (renamed from vconsole.man) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index cb92401..bf22200 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -64,7 +64,7 @@ endif install: build $(INSTALL_DIR) $(bindir) $(mandir)/man1 $(appdir) $(INSTALL_BINARY) $(TARGETS) $(bindir) - $(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1 + $(INSTALL_DATA) vconsole.1 $(mandir)/man1 $(INSTALL_DATA) $(DESKTOP) $(appdir) $(INSTALL_DIR) $(DESTDIR)/usr/lib/systemd/system $(INSTALL_DATA) $(SERVICE) $(DESTDIR)/usr/lib/systemd/system diff --git a/vconsole.man b/vconsole.1 index 1d08e18..1d08e18 100644 --- a/vconsole.man +++ b/vconsole.1 |