commit 4303ad671c1de5c127f730ff647bc7d9ddc437ac parent d478566e1db99009f2ee9bf097c08b131e456a07 Author: aabacchus <ben@bvnf.space> Date: Wed, 20 Oct 2021 14:32:49 +0100 profanity: don't use python Diffstat:
M | profanity/build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/profanity/build b/profanity/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ - --enable-pgp + --enable-pgp \ + --disable-python-plugins make DESTDIR="$1" install