--- .searchsploit_rc.orig	2021-09-24 08:02:08.000000000 +0300
+++ .searchsploit_rc	2021-09-24 14:54:20.000000000 +0300
@@ -4,7 +4,7 @@
 
 ##-- Exploits
 files_array+=("files_exploits.csv")
-path_array+=("/opt/exploitdb")
+path_array+=("@@PREFIX@@/share/exploitdb")
 name_array+=("Exploit")
 git_array+=("https://github.com/offensive-security/exploitdb.git")
 package_array+=("exploitdb")
@@ -12,7 +12,7 @@
 
 ##-- Shellcodes
 files_array+=("files_shellcodes.csv")
-path_array+=("/opt/exploitdb")
+path_array+=("@@PREFIX@@/share/exploitdb")
 name_array+=("Shellcode")
 git_array+=("https://github.com/offensive-security/exploitdb.git")
 package_array+=("exploitdb")
@@ -20,7 +20,7 @@
 
 ##-- Papers
 files_array+=("files_papers.csv")
-path_array+=("/opt/exploitdb-papers")
+path_array+=("@@PREFIX@@/share/exploitdb-papers")
 name_array+=("Paper")
 git_array+=("https://github.com/offensive-security/exploitdb-papers.git")
 package_array+=("exploitdb-papers")

--- searchsploit.orig	2021-09-24 08:02:08.000000000 +0300
+++ searchsploit	2021-09-24 15:08:41.000000000 +0300
@@ -14,7 +14,7 @@
 
 
 ## Settings File
-rc_file=""
+rc_file="@@PREFIX@@/etc/searchsploit.rc"
 
 
 ## Default options

