Create /media automatically, so hald mount actually works

without manual labour. Bump revision.
This commit is contained in:
ahoka 2009-02-28 14:00:23 +00:00
parent 99614dd6db
commit 84b1af0442
2 changed files with 11 additions and 2 deletions

9
sysutils/hal/INSTALL Normal file
View file

@ -0,0 +1,9 @@
# $NetBSD: INSTALL,v 1.1 2009/02/28 14:00:23 ahoka Exp $
case ${STAGE} in
POST-INSTALL)
if [ ! -e /media ]; then
mkdir /media
fi
;;
esac

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.33 2009/01/25 16:20:36 tron Exp $
# $NetBSD: Makefile,v 1.34 2009/02/28 14:00:23 ahoka Exp $
DISTNAME= hal-0.5.11
PKGREVISION= 20
PKGREVISION= 21
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
EXTRACT_SUFX= .tar.bz2