tazpkg rev 677 5.3.1

tazpkg: fix bug with installing coreutils-directory package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 16:14:47 2014 +0300 (2014-05-26)
parents a13b253c2415
children 2014f78c7703
files tazpkg
line diff
     1.1 --- a/tazpkg	Mon May 12 09:24:38 2014 +0000
     1.2 +++ b/tazpkg	Mon May 26 16:14:47 2014 +0300
     1.3 @@ -674,7 +674,7 @@
     1.4  		status
     1.5  	fi
     1.6  	action "Installing \$PACKAGE..."
     1.7 -	[ "$(ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/
     1.8 +	[ "$(busybox ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/
     1.9  	status
    1.10  	if [ -s files2remove.list ]; then
    1.11  		action "Removing old \$PACKAGE..."