From efa1d982d2f4217198ed5eb040cfa9a01f39b81a Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Sun, 18 Apr 2010 23:06:15 +0200 Subject: [PATCH] postfix: avoid useless use of cat in Pkgfile --- postfix/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/Pkgfile b/postfix/Pkgfile index 36540f8f7..3a2a3748d 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -55,7 +55,7 @@ build() { # ( cd $PKG/etc/postfix cp postfix-files temp-files - cat temp-files | grep -v LICENSE | sed 's#\(/man[0-9]/[a-zA-Z0-9_-]\+\.[0-9]\):#\1\.gz:#' > postfix-files + grep -v LICENSE temp-files | sed 's#\(/man[0-9]/[a-zA-Z0-9_-]\+\.[0-9]\):#\1\.gz:#' > postfix-files rm -f temp-files LICENSE ) install -D -m 00644 ../aliases $PKG/etc/postfix/aliases