summarylogtreecommitdiffstats
path: root/patch
blob: 4990174efc2afa5b6e1d053c6c93b3ec4adcbe00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/Makefile	2019-06-30 21:53:44.499907157 +0200
+++ b/Makefile	2019-06-30 21:57:10.902605185 +0200
@@ -17,7 +17,6 @@
 	cp -p -r my-plugins $(DESTDIR)$(LIBPATH)/$(NAME)/
 	cp -p -r plugins-disabled plugins lib plugin-development addons $(DESTDIR)$(LIBPATH)/$(NAME)/
 	cp -p -r CHANGELOG INSTALL LICENSE README.md whatweb.xsl $(DESTDIR)$(DOCPATH)/$(NAME)/
-	bundle install
 
 clean:
 	# clean will remove your my-plugins folder. be warned
--- a/whatweb	2019-06-30 21:53:44.766573026 +0200
+++ b/whatweb	2019-06-30 22:07:08.613968424 +0200
@@ -34,7 +34,7 @@
 
 $:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '.'))
 
-require 'lib/whatweb'
+require '/usr/share/whatweb/lib/whatweb'
 
 #
 # Command-line usage information (full)