ports/archivers/atool/files/patch-configure
John Marino cea8b47d65 Add new port archivers/atool
PR:		194082
Submitted by:	Matteo Cypriani

atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc.). It provides the following commands:

  * aunpack: extract an archive, avoiding tar bombs
  *     als: list the contents of an archive
  *    acat: extract files to the standard output
  *   apack: create an archive

Optional dependencies: lbzip2 or pbzip2, lzip, plzip, lzop, lzma, zip,
unzip, unrar, lha, unace, arj, arc, nomarch, p7zip, unalz.
2014-11-04 16:57:20 +00:00

11 lines
304 B
Text

--- configure.orig 2012-02-21 18:14:06 UTC
+++ configure
@@ -2261,7 +2261,7 @@
eval `$PERL -V:startperl`
-if test "${startperl:0:1}" = "#" ; then
+if test "$(echo ${startperl} | awk '{ string=substr($0, 1, 1); print string; }')" = "#" ; then
startperl="\\$startperl"
fi
PERL_SHEBANG=$startperl