summarylogtreecommitdiffstats
path: root/patch.diff
diff options
context:
space:
mode:
authorEdoardo Rosa2017-04-10 03:32:13 +0200
committerEdoardo Rosa2017-04-10 03:32:13 +0200
commit646fded2a9cfe087560e64f8bf9668f1b30fb3f0 (patch)
tree49986e48d7a9388236e536f96e3aa2308df01ab0 /patch.diff
parent3e9007b5f4765d40c844c82b740d197ca22ce164 (diff)
downloadaur-646fded2a9cfe087560e64f8bf9668f1b30fb3f0.tar.gz
clean, added patch, added plugins
Diffstat (limited to 'patch.diff')
-rw-r--r--patch.diff26
1 files changed, 26 insertions, 0 deletions
diff --git a/patch.diff b/patch.diff
new file mode 100644
index 000000000000..67af85f4f85b
--- /dev/null
+++ b/patch.diff
@@ -0,0 +1,26 @@
+--- rip.pl 2017-04-10 03:17:50.442178408 +0200
++++ regripper 2017-04-10 03:17:46.646189632 +0200
+@@ -1,4 +1,5 @@
+-#! c:\perl\bin\perl.exe
++#!/usr/bin/perl
++use lib qw(/usr/local/lib/rip-lib/lib/perl5/);
+ #-------------------------------------------------------------------------
+ # Rip - RegRipper, CLI version
+ # Use this utility to run a plugins file or a single plugin against a Reg
+@@ -60,7 +61,7 @@
+ #push(@INC,$str);
+
+ #my $plugindir = $str."plugins/";
+-my $plugindir = File::Spec->catfile("plugins");
++my $plugindir = File::Spec->catfile("/usr/share/regripper/plugins");
+ #print "Plugins Dir = ".$plugindir."\n";
+ # End code update
+ my $VERSION = "2\.8_20130801";
+@@ -347,4 +348,5 @@
+ };
+ $t = 0 if ($t < 0);
+ return $t;
+-}
+\ No newline at end of file
++}
++