Files
guru/app-crypt/tomb/files/gtomb.patch
Alessandro Barbieri f843cab8dd app-crypt/tomb: new package
extras will be added later

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-04-12 03:13:24 +02:00

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"