wok-current rev 19257
mate-notification-daemon, libgpg-error: remove man pages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 03 10:52:52 2016 +0200 (2016-07-03) |
parents | 4c7787db5da2 |
children | a75fc1dac50c |
files | cups/receipt libgpg-error/receipt mate-notification-daemon/receipt syslinux/stuff/iso2exe/iso2exe.sh |
line diff
1.1 --- a/cups/receipt Sun Jul 03 11:21:33 2016 +0300 1.2 +++ b/cups/receipt Sun Jul 03 10:52:52 2016 +0200 1.3 @@ -102,5 +102,5 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox "$1/usr/bin/lpr" 1.8 + ln -fs /bin/busybox "$1/usr/bin/lpr" 1.9 }
2.1 --- a/libgpg-error/receipt Sun Jul 03 11:21:33 2016 +0300 2.2 +++ b/libgpg-error/receipt Sun Jul 03 10:52:52 2016 +0200 2.3 @@ -33,5 +33,5 @@ 2.4 2.5 cp -a $install/usr/bin/gpg-error $fs/usr/bin 2.6 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.7 - cp -a $install/usr/share/man $fs/usr/share 2.8 + #cp -a $install/usr/share/man $fs/usr/share 2.9 }
3.1 --- a/mate-notification-daemon/receipt Sun Jul 03 11:21:33 2016 +0300 3.2 +++ b/mate-notification-daemon/receipt Sun Jul 03 10:52:52 2016 +0200 3.3 @@ -38,5 +38,6 @@ 3.4 find $fs/usr/lib -name '*.*a' -delete 3.5 rm -r $fs/usr/share/locale 3.6 sed -i '/^OnlyShowIn/d' $fs/usr/share/applications/mate-notification-properties.desktop 3.7 - find $fs/usr/share/man -type f -exec gzip \{\} \; 3.8 + #find $fs/usr/share/man -type f -exec gzip \{\} \; 3.9 + rm -rf $fs/usr/share/man 3.10 }
4.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Sun Jul 03 11:21:33 2016 +0300 4.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Sun Jul 03 10:52:52 2016 +0200 4.3 @@ -486,7 +486,7 @@ 4.4 ddq bs=2k seek=$(custom_config_sector $1) of=$1 conv=notrunc 4.5 newsz=$(stat -c %s $1) 4.6 for i in 1 2 3 4 ; do 4.7 - [ $(get $((0x1BE+16*i)) $1 4) -eq $((0x00010080)) ] || continue 4.8 + [ $(get $((0x1BE+16*i)) $1 4) == $((0x00010080)) ] || continue 4.9 mb=$(((($newsz -1)/1024/1024)+1)) 4.10 h=$((512*$(get 417 "$1" 1))) 4.11 store $(($mb-1)) $((0x1C5+16*i)) $1 8