[PATCH] install target fixes don't create /usr/libexec do create /usr/share/man/man8 and install manpage there

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Ray Kohler <ataraxia937 at gmail.com>
---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c9f72da..fe14a8d 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,9 @@ realclean: clean
 	rm -f *~

 install: all
-	mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/usr/libexec
+	mkdir -p $(DESTDIR)/usr/bin $(DESTDIR)/usr/share/man/man8
 	install -m 0755 openconnect $(DESTDIR)/usr/bin
+	install -m 0644 openconnect.8 $(DESTDIR)/usr/share/man/man8

 include /dev/null $(wildcard .*.o.dep)

-- 
1.7.4.1



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux