wok-current diff units/receipt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 months ago) |
parents | d10c7dd2954f |
children |
line diff
1.1 --- a/units/receipt Sat Jul 30 17:22:12 2022 +0100 1.2 +++ b/units/receipt Mon Sep 04 19:37:09 2023 +0000 1.3 @@ -34,8 +34,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + mkdir -p $fs/usr/com 1.8 mkdir -p $fs/usr/share 1.9 1.10 cp -a $install/usr/bin $fs/usr 1.11 + cp -a $install/usr/com/units $fs/usr/com 1.12 cp -a $install/usr/share/units $fs/usr/share 1.13 }