shithub: scc

Download patch

ref: d8b9359b95009ff1b7396a55512e5cdca5c9969b
parent: 844ae029029175625b3b81776efa5f1c6d959650
author: Quentin Rameau <quinq@fifth.space>
date: Thu Jun 2 08:40:29 EDT 2016

Makefile: fix forgotten scc to the strip command

--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@
 	cp -f bin/cc1 $(PREFIX)/bin/cpp
 	cp -f bin/scc $(PREFIX)/bin/
 	cd $(PREFIX)/libexec/scc/ && chmod 755 cc* && strip cc*
-	cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp
+	cd $(PREFIX)/bin && chmod 755 cpp scc && strip cpp scc
 
 uninstall:
 	rm -rf $(PREFIX)/libexec/scc/