wok rev 13290
Up slitaz-boot-scripts (5.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 26 18:03:31 2012 +0200 (2012-08-26) |
parents | e76c37f7bfe6 |
children | ae0647818eab |
files | memtest/stuff/pack slitaz-boot-scripts/receipt |
line diff
1.1 --- a/memtest/stuff/pack Sun Aug 26 11:33:29 2012 +0200 1.2 +++ b/memtest/stuff/pack Sun Aug 26 18:03:31 2012 +0200 1.3 @@ -5,8 +5,8 @@ 1.4 $(gzip -9 < $bin | uuencode -m -) 1.5 EOT 1.6 EOM 1.7 - getip=0x$(grep getip ${bin/.bin/.lst} | sed '$!d;s/.*t:\([^ ]*\).*/\1/') 1.8 - sed -i "s/XXX/$((515+$getip))/" $0 1.9 + getip=$(grep -s getip ${bin/.bin/.lst}|sed '$!d;s/.*t:\([^ ]*\).*/\1/') 1.10 + sed -i "s/XXX/$((515+0x${getip:-5}))/" $0 1.11 sed -i '/--build/,/^fi/d' $0 1.12 exit 1.13 fi
2.1 --- a/slitaz-boot-scripts/receipt Sun Aug 26 11:33:29 2012 +0200 2.2 +++ b/slitaz-boot-scripts/receipt Sun Aug 26 18:03:31 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="slitaz-boot-scripts" 2.7 -VERSION="5.1" 2.8 +VERSION="5.2" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="Provide all the initialisation scripts used at boot time." 2.11 MAINTAINER="pankso@slitaz.org"