wok-current diff tazlito/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 3ad63c8fc2f9 |
children | ab0fd296633e |
line diff
1.1 --- a/tazlito/receipt Sun Jan 14 08:12:37 2024 +0000 1.2 +++ b/tazlito/receipt Thu Mar 14 20:28:39 2024 +0000 1.3 @@ -30,6 +30,9 @@ 1.4 # Patch for support pae kernel 1.5 patch -p1 < $stuff/support-kernel-pae.patch 1.6 1.7 + # Fix mount iso image bug 1.8 + patch -p1 < $stuff/fix-mountiso.patch 1.9 + 1.10 sed -i "s/^VERSION=.*/VERSION=$VERSION/" tazlito 1.11 make DESTDIR=$DESTDIR VERSION=$VERSION install 1.12 }