wok-next diff xget/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 1f8d622f0165
children
line diff
     1.1 --- a/xget/receipt	Sat Apr 21 13:54:55 2018 +0300
     1.2 +++ b/xget/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -18,8 +18,8 @@
     1.4  		libxauth/Makefile statfs/Makefile
     1.5  	sed -i 's|<stdio.h>|&\n#include <sys/resource.h>|' xcpufs/xcpufs.c
     1.6  
     1.7 -	make -j 1 &&
     1.8 -	make INSTALLPREFIX=$DESTDIR/usr install || return 1
     1.9 +	make -j1 &&
    1.10 +	make INSTALLPREFIX=$install/usr install || return 1
    1.11  
    1.12  	cook_pick_docs doc/*.pdf
    1.13  }