# HG changeset patch # User Pascal Bellard # Date 1399883706 0 # Node ID 1e993b4ba4695ea0e2929f3ff0a142015c4e2b5d # Parent a2005a405773cfa89b88196bcd2720c6a3f6e0c3 tazpkg install: follow all symlinks (ex: /var/run) diff -r a2005a405773 -r 1e993b4ba469 tazpkg --- a/tazpkg Mon May 12 07:53:50 2014 +0000 +++ b/tazpkg Mon May 12 08:35:06 2014 +0000 @@ -674,7 +674,7 @@ status fi action "Installing \$PACKAGE..." - [ "$(ls fs/* 2> /dev/null)" ] && cp -a fs/* $ROOT/ + [ "$(ls fs/* 2> /dev/null)" ] && cp -aL fs/* $ROOT/ status if [ -s files2remove.list ]; then action "Removing old \$PACKAGE..."