[med-svn] [vista-foia] 01/01: Added -f to rm when deleting RPCBroker.

Luis Ibanez luisibanez-guest at moszumanska.debian.org
Sun Feb 2 01:24:22 UTC 2014


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

luisibanez-guest pushed a commit to branch master
in repository vista-foia.

commit c538e21ae448e6ad53443056adcb7d2285a5ca46
Author: Luis Ibanez <luis.ibanez at kitware.com>
Date:   Sat Feb 1 20:23:34 2014 -0500

    Added -f to rm when deleting RPCBroker.
    
    In this way, it will be silent if the file does not exist.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d6574bf..cff9e2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,5 +107,5 @@ override_dh_auto_clean:
 	rm -rf $(VISTAINSTANCEDIR)
 	rm -rf $(VISTA_TESTING_BINARY_DIR)
 	find $(VISTA_TESTING_SOURCE_DIR) -name "*.pyc" -delete
-	rm $(VISTA_TESTING_SOURCE_DIR)/Scripts/Testing/PyUnit/RPCBrokerCheck.py
+	rm -f  $(VISTA_TESTING_SOURCE_DIR)/Scripts/Testing/PyUnit/RPCBrokerCheck.py
 

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/vista-foia.git



More information about the debian-med-commit mailing list