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 18735 invoked from network); 12 Apr 2021 13:07:21 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 12 Apr 2021 13:07:21 -0000 Received: from 95.179.159.8 ([95.179.159.8]) by 1ess; Mon Apr 12 08:55:50 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=roI+lOPZ4E9K ytZY8I/xpl65P6cgZ5oYZ9jXMLug/PE=; h=subject:to:from:date; d=christosmarg.xyz; b=E3DjFoKZSz0TJEq1rgrGATiwLsLadNl/zV10uAdQD4oAzAwg 3tEOUpPCA1bP1RTpNzZSK/QOpj4jr/CnJh9F8mVXdShsbX0CGJNH6OoJBbsNqptBEx7QYT TEg6pZ+KfkJ5l7mxrYj+seWjwWQWaDYPkq9xUBsrY7hAbbOf/dpmI= Received: from pleb (ppp-94-64-54-87.home.otenet.gr [94.64.54.87]) by mail.christosmarg.xyz (OpenSMTPD) with ESMTPSA id ec22798d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <9front@9front.org>; Mon, 12 Apr 2021 12:49:07 +0000 (UTC) Date: Mon, 12 Apr 2021 15:48:50 +0300 From: Christos Margiolis To: 9front@9front.org Message-ID: <20210412124850.quzpbmlny7bqn6uu@pleb> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="e555wbmzxnsqyhku" Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private pipelining injection injection database Subject: [9front] [PATCH] Added install and uninstall options in drawterm's Makefile Reply-To: 9front@9front.org Precedence: bulk --e555wbmzxnsqyhku 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. --e555wbmzxnsqyhku 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 < --e555wbmzxnsqyhku--