9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] Added install and uninstall options in drawterm's Makefile
@ 2021-04-12 12:44 Christos Margiolis
  0 siblings, 0 replies; 2+ messages in thread
From: Christos Margiolis @ 2021-04-12 12:44 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

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.

[-- Attachment #2: Makefile.diff --]
[-- Type: text/x-diff, Size: 148 bytes --]

38,44d37
< install: default
< 	cp drawterm /usr/local/bin
< 	chmod 755 /usr/local/bin/drawterm
< 
< uninstall:
< 	rm -f /usr/local/bin/drawterm
< 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9front] [PATCH] Added install and uninstall options in drawterm's Makefile
@ 2021-04-12 12:48 Christos Margiolis
  0 siblings, 0 replies; 2+ messages in thread
From: Christos Margiolis @ 2021-04-12 12:48 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

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.

[-- Attachment #2: Makefile.diff --]
[-- Type: text/x-diff, Size: 148 bytes --]

38,44d37
< install: default
< 	cp drawterm /usr/local/bin
< 	chmod 755 /usr/local/bin/drawterm
< 
< uninstall:
< 	rm -f /usr/local/bin/drawterm
< 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-12 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 12:44 [9front] [PATCH] Added install and uninstall options in drawterm's Makefile Christos Margiolis
2021-04-12 12:48 Christos Margiolis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).