wok rev 25269

tightvnc/Imake.tmpl: update ArCmd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 15:19:56 2022 +0000 (21 months ago)
parents 72cdda003ffb
children 58045f5f09a4
files tightvnc/receipt
line diff
     1.1 --- a/tightvnc/receipt	Sun Jul 17 14:59:20 2022 +0000
     1.2 +++ b/tightvnc/receipt	Sun Jul 17 15:19:56 2022 +0000
     1.3 @@ -32,6 +32,7 @@
     1.4  	sed -i	-e "s| FONTDIR =.*$| FONTDIR = /usr/share/fonts/X11|" \
     1.5  		-e 's|\(define DefaultRGBDatabase\) .*|\1 /usr/share/X11/rgb|' \
     1.6  			Xvnc/config/cf/X11.tmpl
     1.7 +	sed -i 's|ArCmdBase clq|ArCmdBase cq|' Xvnc/config/cf/Imake.tmpl 
     1.8  	xmkmf &&
     1.9  	make -j1 World &&
    1.10  	cd Xvnc &&