Skip to content

Commit

Permalink
fixed bug in rsync command
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Apr 24, 2013
1 parent 55918dc commit b7c374f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debinstall/redeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mkdir -p deb-src/opt/
rm -rf deb-dist/
mkdir -p deb-dist/

rsync -avhP ../HelloNode/ deb-src/opt/hello-node/ --delete
rsync - ./install-chrome.sh deb-src/opt/hello-node/bin/
rsync -aP ../HelloNode/ deb-src/opt/hello-node/ --delete
rsync -a ./install-chrome.sh deb-src/opt/hello-node/bin/
pushd deb-src/
tar czf ../deb-dist/data.tar.gz [a-z]*
pushd DEBIAN
Expand Down

0 comments on commit b7c374f

Please sign in to comment.