wok diff busybox/receipt @ rev 19178

Up slitaz-configs (287)
author Paul Issott <paul@slitaz.org>
date Fri Jun 03 21:06:09 2016 +0100 (2016-06-03)
parents d3584f1d2a06
children 2111808c7258
line diff
     1.1 --- a/busybox/receipt	Sat Jan 23 09:35:16 2016 +0100
     1.2 +++ b/busybox/receipt	Fri Jun 03 21:06:09 2016 +0100
     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