# HG changeset patch # User Aleksej Bobylev # Date 1401110087 -10800 # Node ID 8708055340466e9b6c8a45f2b398e0236f2819fd # Parent a13b253c2415131351c9afc1fca7f69a35a86cf3 tazpkg: fix bug with installing coreutils-directory package diff -r a13b253c2415 -r 870805534046 tazpkg --- a/tazpkg Mon May 12 09:24:38 2014 +0000 +++ b/tazpkg Mon May 26 16:14:47 2014 +0300 @@ -674,7 +674,7 @@ status fi action "Installing \$PACKAGE..." - [ "$(ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/ + [ "$(busybox ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/ status if [ -s files2remove.list ]; then action "Removing old \$PACKAGE..."