summarylogtreecommitdiffstats
path: root/patch
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-11 08:51:53 +1100
committerPumpkinCheshire2020-11-11 08:51:53 +1100
commitb495177df941f65a31dde23de535666a17f772b6 (patch)
tree095fb3830c082539c269cb6a3648dab47bde0373 /patch
parent6e0dd48bc039275a860804402a5d703bba358ec2 (diff)
downloadaur-b495177df941f65a31dde23de535666a17f772b6.tar.gz
add gitignore
Diffstat (limited to 'patch')
-rw-r--r--patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patch b/patch
deleted file mode 100644
index 4990174efc2a..000000000000
--- a/patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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)