Skip to content

Commit

Permalink
fixed directory for manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
janmojzis committed Jul 27, 2016
1 parent 61c3316 commit 228a8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ls "${man}" | sort |\
while read x
do
n=`echo "${x}" | cut -d'.' -f2`
mkdir -p "${mandir}/man${n}" || exit 111
"${installcmd}" "${man}/${x}" "${mandir}/man${n}" "${x}.tmp" "${x}" || exit 111
echo "=== `date` === installing ${man}/${x} -> ${mandir}/man${n}/${x}"
done || exit 111
Expand Down

0 comments on commit 228a8f5

Please sign in to comment.