From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: **** X-Spam-Status: No, score=4.0 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FROM_SUSPICIOUS_NTLD,FROM_SUSPICIOUS_NTLD_FP,PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 4834 invoked from network); 12 Apr 2021 15:43:56 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 12 Apr 2021 15:43:56 -0000 Received: from 95.179.159.8 ([95.179.159.8]) by 1ess; Mon Apr 12 11:31:51 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=wzJMeHUvXhhW AR+x6Whbbr5POz2GfkRH5x4aXKKqGMw=; h=subject:to:from:date; d=christosmarg.xyz; b=nN+VEzn255IG2nRh0to0K8InVKgLjBj55V+mmtaNdcbdnW2g bXvuc6I7+LqHu3jv2jUfgMwn64BD7v6ZhablPqYRbLBfZhKFKqqyAXvtqkM/picwH3JBFZ /8qKH2g7d5FiDuC2N5l4QaFy5Qa/NWg8PVssNr2n3Lj1D4B4g/VSw= Received: from pleb (ppp-94-64-54-87.home.otenet.gr [94.64.54.87]) by mail.christosmarg.xyz (OpenSMTPD) with ESMTPSA id b6f6fe9d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <9front@9front.org>; Mon, 12 Apr 2021 12:45:07 +0000 (UTC) Date: Mon, 12 Apr 2021 15:44:50 +0300 From: Christos Margiolis To: 9front@9front.org Message-ID: <20210412124450.4ct5hfhutzgaa7s7@pleb> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2y6ysie4g5boxmg2" Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: storage AJAX plugin singleton Subject: [9front] [PATCH] Added install and uninstall options in drawterm's Makefile Reply-To: 9front@9front.org Precedence: bulk --2y6ysie4g5boxmg2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline drawterm's Makefile was lacking `install` and `uninstall` options so I added them for convenience. It is hardcoded to install drawterm in /usr/local/bin. --2y6ysie4g5boxmg2 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" 38,44d37 < install: default < cp drawterm /usr/local/bin < chmod 755 /usr/local/bin/drawterm < < uninstall: < rm -f /usr/local/bin/drawterm < --2y6ysie4g5boxmg2--