Skip to content

Commit

Permalink
Fix packaging clean script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jan 15, 2011
1 parent 06612d0 commit 2f31928
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packaging/clean.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/bash

rm -rf packaging/linux/root
rm -rf packaging/linux/rootx64
rm -rf packaging/linux/rootx86
rm -rf packaging/built
rm packaging/linux/package.log
rm packaging/linux/package32.log
rm packaging/linux/package64.log
rm packaging/linux/deb/package.log
rm packaging/linux/rpm/package.log
rm packaging/linux/pkgbuild/package.log
Expand Down

0 comments on commit 2f31928

Please sign in to comment.