]> git.pld-linux.org Git - packages/ezmlm-idx.git/commitdiff
- new head/tail syntax
authorankry <ankry@pld-linux.org>
Mon, 5 Jan 2004 20:23:05 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ezmlm-idx.spec -> 1.31

ezmlm-idx.spec

index 0c0bd7dd90fa7c88a60680cfd340c760076e2fa7..d9e18e92c3da16904059a843bfbe3b99096b7d85 100644 (file)
@@ -39,7 +39,7 @@ mv -f ezmlm-idx-%{idx_ver}/* .
 cat idx.patch | sed 's/conf-bin`/conf-bin2`/g' > idx2.patch
 patch -s < idx2.patch
 echo "%{_bindir}" > conf-bin2
-cat Makefile | sed 's/auto_bin `head -1 conf-bin`/auto_bin `head -1 conf-bin2`/g' > Makefile.pld
+cat Makefile | sed 's/auto_bin `head -n 1 conf-bin`/auto_bin `head -n 1 conf-bin2`/g' > Makefile.pld
 mv -f Makefile.pld Makefile
 
 mv -f ezmlmrc.pl ezmlmrc.pl.org
This page took 0.068113 seconds and 4 git commands to generate.