Skip to content

Commit

Permalink
Modified installLicense(). "which mkdir" was an unnecessary process, …
Browse files Browse the repository at this point in the history
…but it remained. Delete it.
  • Loading branch information
nao1215 committed Nov 18, 2021
1 parent 42994d7 commit 8021627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function installManPages() {

function installLicense() {
warnMsg "Install LICENSE at ${DOC_INSTALL_DIR}"
which mkdir
mkdir -p ${DOC_INSTALL_DIR}
#install -v -m 0644 LICENSE ${DOC_INSTALL_DIR}
#install -v -m 0644 NOTICE ${DOC_INSTALL_DIR}
Expand Down

0 comments on commit 8021627

Please sign in to comment.