From 80d202bd65f7eb05b0593f1f9179e59dff6296dc Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 4 Jul 2019 14:12:57 +0300 Subject: [PATCH] hugo: remove builddir fix that is no longer needed --- packages/hugo/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/hugo/build.sh b/packages/hugo/build.sh index 7b10311c9..6018aecd4 100644 --- a/packages/hugo/build.sh +++ b/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 }