groff: pre_build_cmd is no more.
--HG-- extra : convert_revision : a239cfd8612f3d8a13030bdbd1d01d1436264ae0
This commit is contained in:
parent
b45aae4025
commit
cb98b31ee8
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue