misc/countrycodes: Sanitize MANPREFIX
Reported by: antoine
This commit is contained in:
parent
d449cc2bb7
commit
8d4c199415
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
bindir ?= ${prefix}/bin
|
||||
|
||||
-mandir ?= ${prefix}/man/man1
|
||||
+mandir ?= ${MANPREFIX}/share/man/man1
|
||||
+mandir ?= ${prefix}/share/man/man1
|
||||
|
||||
# For system that doesn't support mkdir -p.
|
||||
# If you have Linux, don't bother.
|
||||
|
|
Loading…
Reference in a new issue