1
1

Substitute Perl location in all extfs scripts written in Perl.

Этот коммит содержится в:
Pavel Roskin 2002-12-11 20:57:00 +00:00
родитель 7f84fee73d
Коммит 56be0e7b88
11 изменённых файлов: 47 добавлений и 32 удалений

Просмотреть файл

@ -1,35 +1,50 @@
extfsdir = $(pkgdatadir)/extfs
# Files to install and distribute, but not filters
# Files to install and distribute other than extfs scripts
EXTFS_MISC = README extfs.ini unarj.diff sfs.ini
# Filters that don't need adaptation to the local system
EXTFS_CONST = a apt deba debd dpkg hp48 mailfs patchfs rpm bpp \
rpms trpm uarj
# Scripts hat don't need adaptation to the local system
EXTFS_CONST = bpp hp48 rpm trpm uarj
# Filters that need adaptation to the local system - source files
# Scripts that need adaptation to the local system - source files
EXTFS_IN = \
a.in \
apt.in \
audio.in \
deb.in \
lslR.in \
urar.in \
uzip.in \
uzoo.in \
uar.in \
ulha.in \
uha.in
deb.in \
deba.in \
debd.in \
dpkg.in \
lslR.in \
mailfs.in \
patchfs.in \
rpms.in \
uar.in \
uha.in \
ulha.in \
urar.in \
uzip.in \
uzoo.in
# Filters that need adaptation to the local system - files to install
# Scripts that need adaptation to the local system - files to install
EXTFS_OUT = \
a \
apt \
audio \
deb \
lslR \
urar \
uzip \
uzoo \
uar \
ulha \
uha
deb \
deba \
debd \
dpkg \
lslR \
mailfs \
patchfs \
rpms \
uar \
uha \
ulha \
urar \
uzip \
uzoo
if USE_VFS
extfs_DATA = $(EXTFS_MISC)

2
vfs/extfs/a → vfs/extfs/a.in Исполняемый файл → Обычный файл
Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @PERL@ -w
#
# External filesystem for mc, using mtools
# Written Ludek Brukner <lubr@barco.cz>, 1997

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! @PERL@
#
# 1999 (c) Piotr Roszatycki <dexter@debian.org>
# This software is under GNU license

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bin/perl
#! @PERL@
#
# Written by Fernando Alegre <alegre@debian.org> 1996
#

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bin/perl
#! @PERL@
#
# 1999 (c) Piotr Roszatycki <dexter@debian.org>
# This software is under GNU license

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bin/perl
#! @PERL@
#
# 1999 (c) Piotr Roszatycki <dexter@debian.org>
# This software is under GNU license

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! @PERL@
#
# 1999 (c) Piotr Roszatycki <dexter@debian.org>
# This software is under GNU license

Просмотреть файл

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#! @PERL@ -w
# MC extfs for (possibly compressed) Berkeley style mailbox files
# Peter Daum <gator@cs.tu-berlin.de> (Jan 1998, mc-4.1.24)

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @PERL -w
#
# Written by Adam Byrtek <alpha@debian.org>, 2002
#

2
vfs/extfs/rpms → vfs/extfs/rpms.in Исполняемый файл → Обычный файл
Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl
#! @PERL@
#
# Written by Balazs Nagy (julian7@kva.hu) 1998
# locale bugfix by Michal Svec (rebel@penguin.cz) 2000

Просмотреть файл

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! @PERL@ -w
#
# zip file archive Virtual File System for Midnight Commander
# Version 1.4.0 (2001-08-07).