wok-next rev 20566
linld, screenfetch: create $install tree (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 10:30:46 2018 +0200 (2018-04-10) |
parents | e763a49ccb08 |
children | 30967bd5b948 |
files | linld/receipt screenfetch/receipt |
line diff
1.1 --- a/linld/receipt Tue Apr 10 10:17:15 2018 +0200 1.2 +++ b/linld/receipt Tue Apr 10 10:30:46 2018 +0200 1.3 @@ -46,7 +46,7 @@ 1.4 ./tobzimage --build 1.5 mkdir -p $install/usr/share/boot $install/usr/share/doc $install/usr/bin 1.6 cp linld.com $install/usr/share/boot 1.7 - cp linld.txt $install/usr/share/doc 1.8 + cp $stuff/linld.txt $install/usr/share/doc 1.9 cp tobzimage $install/usr/bin 1.10 } 1.11
2.1 --- a/screenfetch/receipt Tue Apr 10 10:17:15 2018 +0200 2.2 +++ b/screenfetch/receipt Tue Apr 10 10:30:46 2018 +0200 2.3 @@ -18,7 +18,7 @@ 2.4 { 2.5 # patch for SliTaz (use basic artwork - job for artwork team?) 2.6 patch -i ../../stuff/slitaz.patch 2.7 - mkdir $install/usr/bin 2.8 + mkdir -p $install/usr/bin 2.9 cp screenfetch-dev $install/usr/bin/screenfetch 2.10 } 2.11