[Pkg-voip-commits] [ring] 10/15: clean: use rm -f

Alexandre Viau aviau at moszumanska.debian.org
Fri Apr 22 23:21:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

aviau pushed a commit to branch master
in repository ring.

commit cb8eb2c2cc1231b3038aaf43aba3049d96093638
Author: aviau <alexandre at alexandreviau.net>
Date:   Fri Apr 22 17:33:19 2016 -0400

    clean: use rm -f
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3b79aff..26ca497 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,7 @@ override_dh_auto_clean:
 	#######################
 	if [ -d daemon/contrib/native ]; then cd daemon/contrib/native && make distclean; fi
 	rm -rfv daemon/contrib/native
-	rm -rv daemon/dring.1
+	rm -rfv daemon/dring.1
 
 	#########################
 	## libringclient clean ##

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list