[DRE-commits] [ruby-rbpdf] 17/25: debian/fonts.sh: small fix when cleaning

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Feb 14 15:56:46 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-rbpdf.

commit af6b8537886216d9a5e29ac0c36ed95fb3d9e2e0
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Tue Feb 9 15:41:54 2016 -0200

    debian/fonts.sh: small fix when cleaning
---
 debian/fonts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/fonts.sh b/debian/fonts.sh
index 52406c5..6d5bc5d 100755
--- a/debian/fonts.sh
+++ b/debian/fonts.sh
@@ -30,7 +30,7 @@ build() {
 }
 
 clean() {
-  __run rm -f $output*
+  __run rm -f $output.*
 }
 
 test() {

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



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