소스 검색

fix interpreter in some commands

Ralf S. Engelschall 22 년 전
부모
커밋
11ec197eb3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      patchutils/patchutils.spec

+ 4 - 1
patchutils/patchutils.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Converter
 License:      GPL
 Version:      0.2.26
-Release:      20040207
+Release:      20040213
 
 #   list of sources
 Source0:      http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.bz2
@@ -80,6 +80,9 @@ AutoReqProv:  no
     %setup -q
 
 %build
+    %{l_shtool} subst \
+        -e 's;/bin/bash;%{l_bash};g' \
+        editdiff.in espdiff.in
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     PERL="%{l_prefix}/bin/perl" \