wok-6.x diff slitaz-eeepc/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | eb8067417980 |
children |
line diff
1.1 --- a/slitaz-eeepc/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/slitaz-eeepc/receipt Thu Mar 05 12:13:42 2020 +0100 1.3 @@ -35,11 +35,11 @@ 1.4 1.5 pre_install() 1.6 { 1.7 - . $1/etc/rcS.conf 1.8 - sed -i s/'RUN_SCRIPTS="'/'RUN_SCRIPTS="eeepc.sh '/ $1/etc/rcS.conf 1.9 + . "$1/etc/rcS.conf" 1.10 + sed -i s/'RUN_SCRIPTS="'/'RUN_SCRIPTS="eeepc.sh '/ "$1/etc/rcS.conf" 1.11 # Load module ac and battery 1.12 sed -i s/"LOAD_MODULES=\"$LOAD_MODULES\""/"LOAD_MODULES=\"$LOAD_MODULES ac battery\""/ \ 1.13 - $1/etc/rcS.conf 1.14 + "$1/etc/rcS.conf" 1.15 } 1.16 1.17 pre_remove()