wok rev 20655

cookutils: do not assume . in search path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 13 11:25:30 2019 +0100 (2019-01-13)
parents 652219197091
children a890cf5553ee
files cookutils/receipt
line diff
     1.1 --- a/cookutils/receipt	Sun Jan 13 11:19:21 2019 +0100
     1.2 +++ b/cookutils/receipt	Sun Jan 13 11:25:30 2019 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|\. receipt|. ./receipt|' cook
     1.8  	mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }