Skip to content

Commit

Permalink
Install target fixes
Browse files Browse the repository at this point in the history
 don't create /usr/libexec
 do create /usr/share/man/man8 and install manpage there

Signed-off-by: Ray Kohler <ataraxia937@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
ataraxia937 authored and David Woodhouse committed Mar 17, 2011
1 parent a3411b1 commit 2d47e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit 2d47e5e

Please sign in to comment.