Browse Source
hugo: remove builddir fix that is no longer needed
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
0 additions and
4 deletions
-
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 |
|
|
|
} |
|
|
|