Skip to content

Commit

Permalink
Fix generation of symlink for wifibox-guest(5) on install.
Browse files Browse the repository at this point in the history
Reported by:	Ashish SHUKLA <[email protected]>
  • Loading branch information
pgj committed Dec 29, 2021
1 parent 5c2c8ed commit fc20ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ VMM_KO= vmm.ko

.if defined(IMGMAN)
_IMGMAN_NAME!= basename $(IMGMAN)
_GUEST_MAN= $(MANDIR)/man5/${_IMGMAN_NAME}.gz
_GUEST_MAN= ${_IMGMAN_NAME}.gz
.else
_GUEST_MAN= $(MANDIR)/man8/wifibox.8.gz
_GUEST_MAN= ../man8/wifibox.8.gz
.endif

SUB_LIST= PREFIX=$(PREFIX) \
Expand Down

0 comments on commit fc20ab8

Please sign in to comment.