mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
extras will be added later Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
14 lines
678 B
Diff
14 lines
678 B
Diff
--- a/extras/gtomb/gtomb 2021-04-12 03:01:14.803394386 +0200
|
|
+++ b/extras/gtomb/gtomb 2021-04-12 03:02:19.277491170 +0200
|
|
@@ -19,8 +19,8 @@
|
|
# along with this source code. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
ver="0.8"
|
|
-TOMBPATH="/usr/local/bin/tomb" # Set this to your tomb executable's path
|
|
-KDFPATH="/usr/local/bin/" # Set this to the path of your KDF binaries (if you're using them)
|
|
+TOMBPATH="/usr/bin/tomb" # Set this to your tomb executable's path
|
|
+KDFPATH="/usr/bin/" # Set this to the path of your KDF binaries (if you're using them)
|
|
# The ones below should not need changing
|
|
HEXENC="$KDFPATH/tomb-kdb-hexencode"
|
|
GENSALT="$KDFPATH/tomb-kdb-pbkdf2-gensalt"
|