[DRE-commits] [test-kitchen] 09/10: Install support/* to /usr/share
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Tue Jun 30 19:04:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.
commit e79b536ff232ef5617fbb7c9602c710c7d09095d
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Tue Jun 30 16:20:05 2015 +0300
Install support/* to /usr/share
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 57b4299..0c9d34c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,8 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_install:
+ mkdir -p $(CURDIR)/debian/test-kitchen/usr/share/test-kitchen
+ cp -rf $(CURDIR)/support/ $(CURDIR)/debian/test-kitchen/usr/share/test-kitchen
+ dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git
More information about the Pkg-ruby-extras-commits
mailing list