groff: pre_build_cmd is no more.

--HG--
extra : convert_revision : a239cfd8612f3d8a13030bdbd1d01d1436264ae0
This commit is contained in:
Juan RP 2008-10-27 08:27:33 +01:00
parent b45aae4025
commit cb98b31ee8

View file

@ -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
}