From cb98b31ee884036485be6b2a35fa3932cf193c29 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Oct 2008 08:27:33 +0100 Subject: [PATCH] groff: pre_build_cmd is no more. --HG-- extra : convert_revision : a239cfd8612f3d8a13030bdbd1d01d1436264ae0 --- templates/groff.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/groff.tmpl b/templates/groff.tmpl index e4323159830..50aa759d927 100644 --- a/templates/groff.tmpl +++ b/templates/groff.tmpl @@ -18,5 +18,8 @@ long_desc=" run_depends="glibc-2.8" -# The install target fails if the dir is not there already. -pre_install_cmd="mkdir -p $XBPS_DESTDIR/$pkgname-$version/usr" +pre_install() +{ + # The install target fails if the dir is not there already. + mkdir -p $XBPS_DESTDIR/$pkgname-$version/usr +}