# HG changeset patch # User Pascal Bellard # Date 1399886678 0 # Node ID a13b253c2415131351c9afc1fca7f69a35a86cf3 # Parent 1e993b4ba4695ea0e2929f3ff0a142015c4e2b5d Undo previous commit, we still have a problem with /var/run symlink... diff -r 1e993b4ba469 -r a13b253c2415 tazpkg --- a/tazpkg Mon May 12 08:35:06 2014 +0000 +++ b/tazpkg Mon May 12 09:24:38 2014 +0000 @@ -674,7 +674,7 @@ status fi action "Installing \$PACKAGE..." - [ "$(ls fs/* 2> /dev/null)" ] && cp -aL fs/* $ROOT/ + [ "$(ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/ status if [ -s files2remove.list ]; then action "Removing old \$PACKAGE..."