diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2014-03-07 12:23:51 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2014-03-07 12:23:51 +0000 |
| commit | bc0ea04e7d0de1f9ea78cb10168f0b9ce5a750ec (patch) | |
| tree | aadc4e4dd4296914f03a6c3dd6da4bb13c2ba3b9 /release | |
| parent | 42293fc0966d243f9ee8fd728425245a4f3dcf80 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 4ed7ac46ab..7b6e50988b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -131,7 +131,7 @@ release.1: .endif # Build PGP key ring ${RM} -f ${DOCKEYFILE} - cd ${DOC_PREFIX}/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${DOCKEYFILE} + cd ${DOC_PREFIX}/share/pgpkeys && ${MAKE} pgpkeyring > ${DOCKEYFILE} # Construct the build.txt file with the documentation build info. ${RM} -f ${DOCBUILDFILE} ${TOUCH} ${DOCBUILDFILE} |
