hugo: remove builddir fix that is no longer needed

This commit is contained in:
Leonid Pliushch 2019-07-04 14:12:57 +03:00
parent 2bd2cc13db
commit 80d202bd65
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,4 @@ termux_step_make_install() {
--completionfile=$TERMUX_PREFIX/share/bash-completion/completions/hugo
$TERMUX_PKG_BUILDDIR/hugo gen man \
--dir=$TERMUX_PREFIX/share/man/man1/
# Seems that some files became RO-only
# and should be manually removed.
chmod 700 -R $GOPATH/pkg && rm -rf $GOPATH/pkg
}