2020-06-21 22:54:46 -07:00
|
|
|
--- configure.pl.orig 2020-06-20 15:55:58.000000000 -0700
|
|
|
|
|
+++ configure.pl 2020-06-21 22:45:48.000000000 -0700
|
2016-10-28 21:10:19 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
|
-#!/usr/bin/env perl
|
|
|
|
|
+#!@@PERL_FULL@@
|
|
|
|
|
#============================================================= -*-perl-*-
|
|
|
|
|
#
|
|
|
|
|
# configure.pl: Configuration and installation program for BackupPC
|
2020-06-21 22:54:46 -07:00
|
|
|
@@ -347,9 +347,9 @@
|
2016-01-06 22:02:07 +00:00
|
|
|
# These are the programs whose paths we need to find
|
|
|
|
|
#
|
|
|
|
|
my %Programs = (
|
2020-06-21 22:54:46 -07:00
|
|
|
- perl => "PerlPath",
|
|
|
|
|
+ '@@PERL@@' => "PerlPath",
|
|
|
|
|
rsync_bpc => "RsyncBackupPCPath",
|
|
|
|
|
- 'gtar/tar' => "TarClientPath",
|
|
|
|
|
+ gnutar => "TarClientPath",
|
|
|
|
|
smbclient => "SmbClientPath",
|
|
|
|
|
nmblookup => "NmbLookupPath",
|
|
|
|
|
rsync => "RsyncClientPath",
|