make_artifacts.sh: create doc directory.
This commit is contained in:
parent
7c34908493
commit
f094381378
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ make_deb() {
|
|||
|
||||
mkdir -p $DEST/bin
|
||||
mkdir -p $DEST/share/man/man1
|
||||
mkdir -p $DEST/share/doc/$EXE
|
||||
|
||||
find $DIST -type d | xargs chmod 755
|
||||
cp $ARTIFACTS/$EXE $DEST/bin/
|
||||
|
|
Loading…
Reference in a new issue