Source
xxxxxxxxxx
--- configure.pl.orig
+++ configure.pl
-#!/usr/bin/env perl
+#!@@PERL_FULL@@
#============================================================= -*-perl-*-
#
# configure.pl: Configuration and installation program for BackupPC
# These are the programs whose paths we need to find
#
my %Programs = (
- perl => "PerlPath",
- 'gtar/tar' => "TarClientPath",
+ '@@PERL@@' => "PerlPath",
+ gnutar => "TarClientPath",
smbclient => "SmbClientPath",
nmblookup => "NmbLookupPath",
rsync => "RsyncClientPath",