Skip to content

Commit

Permalink
Framework: moved to .pkg extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed May 11, 2022
1 parent db3fb84 commit 4495a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/plugins.mk
Expand Up @@ -272,7 +272,7 @@ upgrade: upgrade-check package
${PKG} delete -fy ${NAME}; \
fi
.endfor
@${PKG} add ${PKGDIR}/*.txz
@${PKG} add ${PKGDIR}/*.pkg

mount: check
mount_unionfs ${.CURDIR}/src ${DESTDIR}${LOCALBASE}
Expand Down

0 comments on commit 4495a83

Please sign in to comment.