[DRE-commits] [ruby-rbpdf] 07/25: fix chmod -x call
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Feb 14 15:56:45 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 667194873812a4eb3ae510cd61551779fa9b721b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Sat Jan 23 12:28:37 2016 -0200
fix chmod -x call
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4e91465..7ae7c0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@ export DH_RUBY = --gem-install
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+ dh_auto_install
+ find debian/ruby-rbpdf*/usr/ -type f \
+ -exec chmod -x '{}' ';'
--
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