wok diff qemacs-tiny/receipt @ rev 20291

elilo: mkdir $install/usr/share (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 11:16:22 2018 +0200 (2018-04-16)
parents 314b08d2fe81
children a78610b2eb47
line diff
     1.1 --- a/qemacs-tiny/receipt	Wed Oct 04 18:35:02 2017 +0200
     1.2 +++ b/qemacs-tiny/receipt	Mon Apr 16 11:16:22 2018 +0200
     1.3 @@ -18,7 +18,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	export CFLAGS="-Wno-error=unused-but-set-variable -O2"
     1.9  	sed -i 's/\(define SAVED_DATA_SIZE \).*/\1 __builtin_offsetof(EditState,end_of_saved_data)/' qe.h
    1.10  	./configure --prefix=/usr --enable-tiny &&