1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Fix the package (missing creation of empty directories).

PR:		88731
Submitted by:	Boris Samorodov <bsam@ipt.ru>
Pointyhat to:	netchild
This commit is contained in:
Alexander Leidinger 2005-11-11 19:54:16 +00:00
parent c8b5bfaebd
commit 17489a763b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147971
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= linux_base-8
PORTVERSION= 8.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= emulators linux
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} \
${MASTER_SITE_REDHAT_LINUX:S/$/:new/} \

View File

@ -10126,6 +10126,7 @@ var/mail
@dirrm usr/lib/gcc-lib
@exec /bin/mkdir -p %D/usr/lib/games
@dirrm usr/lib/games
@exec /bin/mkdir -p %D/usr/lib/bash
@dirrm usr/lib/bash
@dirrm usr/lib
@dirrm usr/include
@ -10149,6 +10150,7 @@ var/mail
@dirrm usr/X11R6
@dirrm usr
@dirrm sbin
@exec /bin/mkdir -p %D/proc
@dirrm proc
@exec /bin/mkdir -p %D/opt
@dirrm opt