[redeclipse] 202/494: Prettier get-orig-source
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit 4f9c05844ae2bf81231cec2b6b84c4798e6212c4
Author: Arand Nash <ienorand at gmail.com>
Date: Sat May 28 15:51:36 2011 +0100
Prettier get-orig-source
---
rules | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/rules b/rules
index 16c54bd..641e075 100755
--- a/rules
+++ b/rules
@@ -25,15 +25,13 @@ TARBALL="$(DIR).tar.gz"
get-orig-source:
rm -rf $(DIR)
svn -q export -r $(REV) $(URL) $(DIR)
- ( \
- cd $(DIR) ;\
- rm -rf src/include/ ;\
- rm -rf src/xcode/ ;\
- rm -rf src/lib/ ;\
- rm -rf src/site/ ;\
- rm -rf bin/ ;\
- rm -f data/fonts/akashi.ttf ;\
- )
+ cd $(DIR)
+ rm -rf $(DIR)/src/include/
+ rm -rf $(DIR)/src/xcode/
+ rm -rf $(DIR)/src/lib/
+ rm -rf $(DIR)/src/site/
+ rm -rf $(DIR)/bin/
+ rm -f $(DIR)/data/fonts/akashi.ttf
GZIP=--best tar -cz --owner root --group root --mode a+rX \
- -f $(TARBALL) $(DIR) ;\
+ -f $(TARBALL) $(DIR)
rm -rf $(DIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list