ref: 47e8134b928f5b9aefe757d2c4df074587751330
parent: 7fa09903cf87beb5c6a595d44431e65d60dd5939
author: V <[email protected]>
date: Fri Dec 20 09:43:30 EST 2013
Remove extra [:digit:] from tr command
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-UNAME=$(shell uname | tr A-Z a-z | tr -d \\-[:digit:].[:digit:])
+UNAME=$(shell uname | tr A-Z a-z | tr -d \\-[:digit:].)
LIBPREFIX=lib
LIBSUFFIX=a
CP=cp