Kaynağa Gözat

fix shebang

Christoph Schug 18 yıl önce
ebeveyn
işleme
f0c7133049
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      postgrey/postgrey.spec

+ 2 - 2
postgrey/postgrey.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Mail
 License:      GPL
 Version:      1.31
-Release:      20070926
+Release:      20071003
 
 #   list of sources
 Source0:      http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
@@ -89,7 +89,7 @@ AutoReqProv:  no
 
     #   install programs and manual pages
     %{l_shtool} install -c -m 755 \
-        -e 's;#!/usr/bin/perl -T;#!%{l_prefix}/bin/perl;g' \
+        -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
         -e "s;\\(.\\)Sys::Syslog\\(. : undef\\);\\1%{l_prefix}/var/postgrey/postgrey.log\\2;" \
         postgrey $RPM_BUILD_ROOT%{l_prefix}/sbin/
     %{l_shtool} install -c -m 755 \