mail-client/mutt-wizard: version bump and fix PREFIX

should not install to /usr/local but to /usr

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-17 16:49:44 +02:00
parent 1ad59347f6
commit 43c99fef10
2 changed files with 7 additions and 2 deletions

View File

@@ -1 +1 @@
DIST mutt-wizard-0_pre20200313.tar.gz 31817 BLAKE2B a4e4cef43e879c8fbfb13e8a66ba57816f42e7fe1269bb9162dc82ac04715a81a78bf4e83c3f85a5c72c1a6214585e7850236791ed0e44d3ea08b7a4c9ca895d SHA512 b6ef413756bf85b9180534537b7794a9641d666017da43dfbaef48d7ea6a618ce2bc9af9563556445a3471b3c0c30f34886bf5e1099b8135c6c3cc8a85330004
DIST mutt-wizard-0_pre20200412.tar.gz 31845 BLAKE2B db798819fb403e0e8cc473dd31fecc4c4ad62ef0748b714fb9c11555bad4865ba8e43795f9cfc553ec103fa80dee51acd09c59991836b974bbfccca4d465212d SHA512 a37c85e23b473834a2f4c95666ae019323cac40115aeb8d7265de26ed0c4456199870909ba9aa4fb10cac5606892382f3b3efa55afcf6494ef900a2881cd0dd1

View File

@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="A system for automatically configuring mutt and isync"
HOMEPAGE="https://github.com/LukeSmithxyz/mutt-wizard"
COMMIT=5ace69bdf56da3883b2666247aac462b0df5b020
COMMIT=7c980ec6fbc4e51f3fa663a541de4ff5a4f6587f
SRC_URI="https://github.com/LukeSmithxyz/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -28,3 +28,8 @@ RDEPEND="
src_compile() {
return 0;
}
src_install() {
# Do not install to /usr/local
PREFIX="/usr" default
}