[xsom] 02/02: Use lower case -r for rm command.
Benjamin Drung
bdrung at moszumanska.debian.org
Tue Feb 25 12:17:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
bdrung pushed a commit to branch master
in repository xsom.
commit 246c917d6a373d184d5671023c812991cdca9664
Author: Benjamin Drung <benjamin.drung at profitbricks.com>
Date: Tue Feb 25 13:15:04 2014 +0100
Use lower case -r for rm command.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ffc7b4b..9aa3de0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
clean::
- rm -Rf build
+ rm -rf build
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xsom.git
More information about the pkg-java-commits
mailing list