[DRE-commits] [rails-assets-jquery-fullscreen-plugin] 07/15: fix path in rules

Syam G Krishnan syamgk-guest at moszumanska.debian.org
Sun Sep 6 22:10:00 UTC 2015


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

syamgk-guest pushed a commit to branch master
in repository rails-assets-jquery-fullscreen-plugin.

commit 8311381ffef9c5103c1f954802da90617cd40c82
Author: Syam G Krishnan <syamgk01 at gmail.com>
Date:   Mon Sep 7 01:00:31 2015 +0530

    fix path in rules
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 55dd6da..8d8e0a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,8 @@
 
 override_dh_auto_build:
 	mkdir app/assets/javascripts/jquery-fullscreen-plugin/min
-	uglifyjs -o app/assets/javascripts/jquery-fullscreen-plugin/min/jquery-fullscreen-plugin.min.js \
- app/assets/javascripts/jquery-fullscreen-plugin/jquery-fullscreen-plugin.js
+	uglifyjs -o app/assets/javascripts/jquery-fullscreen-plugin/min/jquery-fullscreen.min.js \
+ app/assets/javascripts/jquery-fullscreen-plugin/jquery.fullscreen.js
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails-assets-jquery-fullscreen-plugin.git



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