[cpp-sp] 14/42: Use rm -rf in get-orig-source target

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:44:31 EST 2018


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

scantor pushed a commit to annotated tag debian/2.4.2+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=f9e67799ded148df80b05aabf22ada03ef9059c8

commit f9e67799ded148df80b05aabf22ada03ef9059c8
Author: Russ Allbery <rra at debian.org>
AuthorDate: Wed Apr 6 17:40:40 2011 -0700

    Use rm -rf in get-orig-source target
    
    Some of the files shipped upstream are shipped write-protected, so use
    rm -rf when removing the working directory to suppress prompts.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7afda1a..3b5169a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ get-orig-source:
 	mv shibboleth-$(VERSION) shibboleth-sp2_$(DEBVERS).orig
 	tar cf shibboleth-sp2_$(DEBVERS).orig.tar \
 	    shibboleth-sp2_$(DEBVERS).orig
-	rm -r shibboleth-sp2_$(DEBVERS).orig
+	rm -rf shibboleth-sp2_$(DEBVERS).orig
 	gzip -9 shibboleth-sp2_$(DEBVERS).orig.tar
 
 configure: configure-stamp

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list