[DRE-commits] [tdiary-theme] 02/02: just ignore error in rm

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 5 14:58:03 UTC 2016


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

henrich pushed a commit to branch master
in repository tdiary-theme.

commit 52418a9708b90f244c1efd7105875e8a8e65ea14
Author: Hideki Yamane <henrich at debian.org>
Date:   Sat Nov 5 23:56:22 2016 +0900

    just ignore error in rm
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad65803..3b9754a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 
 override_dh_install:
 	dh_install
-	rm -f $(CURDIR)/debian/tdiary-theme/usr/share/tdiary/theme/snest/.gitignore
+	-rm -f $(CURDIR)/debian/tdiary-theme/usr/share/tdiary/theme/snest/.gitignore

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary-theme.git



More information about the Pkg-ruby-extras-commits mailing list