From bfba51c3234f78026c424a1910a6c6692da9edbc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 9 Apr 2015 11:05:12 +0200 Subject: [PATCH] dma: pre_configure is not needed anymore. --- srcpkgs/dma/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/dma/template b/srcpkgs/dma/template index cd25c128440..5c7b1854123 100644 --- a/srcpkgs/dma/template +++ b/srcpkgs/dma/template @@ -16,11 +16,6 @@ make_install_target="sendmail-link mailq-link install-etc" make_build_args="LEX=flex" make_dirs="/var/mail/ 0755 root mail" - -pre_configure() { - sed -i "s/ -o root -g mail//" Makefile -} - pre_install() { vmkdir usr/sbin }