[DRE-commits] [ruby-rotp] 02/04: Fix typo

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Jun 19 15:24:25 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-rotp.

commit 1bc2b5b69567bf25bf488311ac62b77f8dedb2f0
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Jun 17 11:37:13 2015 +0530

    Fix typo
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index fa46eca..6c4519a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,8 @@ override_dh_installdocs:
 	yardoc -o debian/yardocs
 	cp -r debian/yardocs/* debian/ruby-rotp/usr/share/doc/ruby-rotp
 override_dh_clean:
-	if [ -e debian/yarddocs ]; then \
-		rm -rf debian/yarddocs; \
+	if [ -e debian/yardocs ]; then \
+		rm -rf debian/yardocs; \
 	fi
 	if [ -e .yardoc ]; then \
 		rm -rf .yardoc;\

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



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