minio-client: make clean didn't work

This commit is contained in:
Tobias Nygren 2020-08-18 19:48:18 +02:00
parent 4653403f93
commit 99e5372e6a
1 changed files with 3 additions and 0 deletions

View File

@ -725,5 +725,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/mc \
${DESTDIR}${PREFIX}/bin/minio-client
pre-clean:
${RUN} test -d ${WRKDIR} && cd ${WRKDIR} && chmod -R +w . || true
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"