wok diff vkeybd/receipt @ rev 18461

Up ranger (1.7.1)
author Paul Issott <paul@slitaz.org>
date Thu Oct 01 19:21:20 2015 +0100 (2015-10-01)
parents b0c60d808e5c
children 9cae76300191
line diff
     1.1 --- a/vkeybd/receipt	Mon Sep 16 12:32:27 2013 +0000
     1.2 +++ b/vkeybd/receipt	Thu Oct 01 19:21:20 2015 +0100
     1.3 @@ -18,8 +18,9 @@
     1.4  {
     1.5  	cd $src
     1.6  	# Hack makefile
     1.7 -	sed -i 's|PREFIX = /usr/local|PREFIX = /usr|; \
     1.8 -	s|TCL_VERSION = 8.4|TCL_VERSION = 8.5|' Makefile
     1.9 +	TCL_VERSION=$(sed '/TCL_VERSION/!d;s/.*"\(.*\)"/\1/' /usr/include/tcl.h)
    1.10 +	sed -i "s|PREFIX = /usr/local|PREFIX = /usr|; \
    1.11 +	s|TCL_VERSION = 8.4|TCL_VERSION = $TCL_VERSION|" Makefile
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14  }