Skip to content

Commit

Permalink
fixed mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rafm committed Jul 2, 2008
1 parent 57ea667 commit 85fab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_www_manpages.sh
Expand Up @@ -3,7 +3,7 @@
MAN_PAGES=`find ./src -name "*.1"`
DESTDIR='www_doc'

mkdir -p $DESTDIR
mkdir -p ${DESTDIR}/man1

for FILE in ${MAN_PAGES}; do
BASENAME=`basename $FILE`
Expand Down

0 comments on commit 85fab20

Please sign in to comment.