Browse Source

hugo: remove builddir fix that is no longer needed

emacs-27
Leonid Plyushch 5 years ago
parent
commit
ad4863915b
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      packages/hugo/build.sh

4
packages/hugo/build.sh

@ -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
}

Loading…
Cancel
Save