aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/tools')
-rw-r--r--addressbook/tools/Makefile.am1
-rwxr-xr-xaddressbook/tools/csv2vcard.in (renamed from addressbook/tools/csv2vcard)2
-rw-r--r--addressbook/tools/evolution-addressbook-clean.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am
index c925cb5e05..f7df1cb753 100644
--- a/addressbook/tools/Makefile.am
+++ b/addressbook/tools/Makefile.am
@@ -35,5 +35,6 @@ CLEANFILES= evolution-addressbook-clean
evolution-addressbook-clean: evolution-addressbook-clean.in Makefile
## Use sed and then mv to avoid problems if the user interrupts.
sed -e 's?\@EVOLUTION_TOOLSDIR\@?$(privlibexecdir)?g' \
+ -e 's?\@PERL\@?@PERL@?g' \
< $(srcdir)/evolution-addressbook-clean.in > evolution-addressbook-clean.tmp \
&& mv evolution-addressbook-clean.tmp evolution-addressbook-clean
diff --git a/addressbook/tools/csv2vcard b/addressbook/tools/csv2vcard.in
index b968fbd9c3..3141e6d2f9 100755
--- a/addressbook/tools/csv2vcard
+++ b/addressbook/tools/csv2vcard.in
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!@PERL@ -w
#
# cvs2vcard - Script to convert Outlook CSV files into VCard files
# suitable to be imported into Evolution.
diff --git a/addressbook/tools/evolution-addressbook-clean.in b/addressbook/tools/evolution-addressbook-clean.in
index ce29e55af4..49a5c3b665 100644
--- a/addressbook/tools/evolution-addressbook-clean.in
+++ b/addressbook/tools/evolution-addressbook-clean.in
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!@PERL@ -w
sub do_system
{