Archived
1
0
Fork 0

Remove liblerdorf directory before untarring sources

This commit is contained in:
Mercier Pierre-Olivier 2013-09-30 10:55:09 +02:00
parent 4ae0d9f6e0
commit 326ce94617

View file

@ -100,6 +100,7 @@ do
git archive -o ./liblerdorf.tbz2 master
scp ./liblerdorf.tbz2 root@$DEST:
cd -
ssh root@$DEST rm -rf liblerdorf
ssh root@$DEST mkdir -p liblerdorf
ssh root@$DEST tar xf ./liblerdorf.tbz2 -C liblerdorf
ssh root@$DEST "DEST=/usr/local/lib/perl5/5.14/ACU make -C liblerdorf upgrade"