wok-current diff busybox/receipt @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents d3584f1d2a06
children 2111808c7258
line diff
     1.1 --- a/busybox/receipt	Sat Jan 23 09:35:16 2016 +0100
     1.2 +++ b/busybox/receipt	Thu May 26 20:16:45 2016 +0300
     1.3 @@ -109,7 +109,13 @@
     1.4  		    cp $stuff/busybox.conf-ssfs $rootfs/etc/busybox.conf
     1.5  		    chown -R 0.0 $rootfs/etc
     1.6  		    chmod 0600 $rootfs/etc/busybox.conf
     1.7 -		    chmod 4755 $rootfs/bin/busybox ;;
     1.8 +		    chmod 4755 $rootfs/bin/busybox
     1.9 +
    1.10 +			# Compile translations
    1.11 +			make -C $stuff/po install
    1.12 +
    1.13 +			;;
    1.14 +
    1.15  	esac
    1.16  }
    1.17