[DRE-commits] [ruby-simplecov-html] 09/12: copy instead of symlinking during build

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 22 20:27:23 UTC 2015


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

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

commit a23132e92fb6f19030a44316962e9fd72e64d6f0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 22 18:09:06 2015 -0200

    copy instead of symlinking during build
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index b2e6bbc..d0579e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 override_dh_auto_install:
 	mkdir -p assets/javascripts/libraries
-	ln -sT /usr/share/javascript/jquery/jquery.js           assets/javascripts/libraries/jquery.js
-	ln -sT /usr/share/javascript/highlight.js/highlight.js  assets/javascripts/plugins/highlight.js
-	ln -sT debian/jquery.dataTables.js                      assets/javascripts/plugins/jquery.dataTables.js
+	cp /usr/share/javascript/jquery/jquery.js           assets/javascripts/libraries/jquery.js
+	cp /usr/share/javascript/highlight.js/highlight.js  assets/javascripts/plugins/highlight.js
+	cp debian/jquery.dataTables.js                      assets/javascripts/plugins/jquery.dataTables.js
 	sprockets --include=assets/javascripts assets/javascripts/application.js > public/application.js
 	dh_auto_install
 

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



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