File: 0001-fix-example.patch

package info (click to toggle)
node-timers-browserify 2.0.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: makefile: 11; sh: 3
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Subject: fix example fie
author: Bastien Roucariès <rouca@debian.org>
forwarded: not-needed

Fix example according to debian path
Index: node-timers-browserify/example/enroll/index.html
===================================================================
--- node-timers-browserify.orig/example/enroll/index.html
+++ node-timers-browserify/example/enroll/index.html
@@ -1,7 +1,7 @@
 <!doctype html>
 <html>
   <head>
-    <script type="text/javascript" src="/js/browserify.js"></script>
+    <script type="text/javascript" src="js/browserify.js"></script>
   </head>
   <body>
   </body>