Browse Source

hugo: remove builddir fix that is no longer needed

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

4
packages/hugo/build.sh

@ -35,8 +35,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