1
0
Fork 0
quarks/app-forensics/regripper/files/plugins_folder.patch

13 lines
377 B
Diff

--- rip.pl
+++ rip.pl
@@ -60,7 +60,8 @@ $str =~ s/($path[scalar(@path) - 1])//;
#push(@INC,$str);
#my $plugindir = $str."plugins/";
-my $plugindir = File::Spec->catfile("plugins");
+#my $plugindir = File::Spec->catfile("plugins");
+my $plugindir = "/usr/share/regripper/plugins";
#print "Plugins Dir = ".$plugindir."\n";
# End code update
my $VERSION = "2\.8_20130801";