From 0abbcbed0009c5a4a9947f88b7a699669eb6dc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Tue, 28 Nov 2006 16:04:02 +0100 Subject: [PATCH] postfix: replace a old make install command by a new one --- postfix/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/Pkgfile b/postfix/Pkgfile index dc592fcc9..be345be99 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -19,8 +19,8 @@ build() { make tidy make makefiles DEBUG="" OPT="$CFLAGS" CCARGS="$_CCARGS" AUXLIBS="$_AUXLIBS" make DEBUG="" OPT="$CFLAGS" CCARGS="$_CCARGS" AUXLIBS="$_AUXLIBS" - - sh ./postfix-install -non-interactive install_root=$PKG \ + + make non-interactive-package install_root=$PKG \ mail_owner=mail \ setgid_group=postdrop \ config_directory=/etc/postfix \