[cpp-log4shib] 20/26: Fix jQuery replacement
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:13:26 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.4-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=e3e2f657f019b6e6516485ceaea5ce7b7574ec37
commit e3e2f657f019b6e6516485ceaea5ce7b7574ec37
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 20:31:11 2012 -0700
Fix jQuery replacement
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index ec2e4e4..5539a75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,10 +38,10 @@ override_dh_install:
override_dh_installdocs:
dh_installdocs
set -e; if [ -d "$(DOCS)" ] ; then \
- if [ -f "$(DOCS)/html/jquery.js" ] ; then \
- rm $(DOCS)/html/jquery.js ; \
+ if [ -f "$(DOCS)/html/api/jquery.js" ] ; then \
+ rm $(DOCS)/html/api/jquery.js ; \
ln -s /usr/share/javascript/jquery/jquery.min.js \
- $(DOCS)/html/jquery.js ; \
+ $(DOCS)/html/api/jquery.js ; \
fi ; \
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list