diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 09:16:28 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 09:16:28 +0000 |
commit | 8bdc187997e8e76e47efe287d4714970dea76832 (patch) | |
tree | 125cdaaba3672eb9a64844471adc06f806ed12d0 /emulators/linux_base-f8 | |
parent | 77774913aef540c8d5404581dbbb5515600c4369 (diff) |
Remove /compat/linux/media from linux_base ports since the native
FreeBSD /media can not be accessed by a linux application.
PR: ports/138169
Submitted by: Martin Laabs <info at martinlaabs.de>
Notes
Notes:
svn path=/head/; revision=241031
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r-- | emulators/linux_base-f8/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-f8/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index 05497a2e329b..9495d9bffff1 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -7,7 +7,7 @@ PORTNAME= f8 PORTVERSION= 8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages \ @@ -130,7 +130,7 @@ IGNORE= linuxulator is not (kld)loaded IGNORE= compat.linux.osrelease: 2.4.2 is not supported .endif -REMOVE_DIRS= boot dev etc/fonts home initrd root tmp var/log var/run var/tmp \ +REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/tmp \ usr/local usr/tmp REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ etc/motd etc/passwd etc/printcap etc/services \ diff --git a/emulators/linux_base-f8/pkg-plist b/emulators/linux_base-f8/pkg-plist index d992b5511df5..d0c4e80073c4 100644 --- a/emulators/linux_base-f8/pkg-plist +++ b/emulators/linux_base-f8/pkg-plist @@ -5030,7 +5030,6 @@ var/cache/ldconfig/aux-cache @exec /bin/mkdir -p %D/proc @exec /bin/mkdir -p %D/opt @exec /bin/mkdir -p %D/mnt -@exec /bin/mkdir -p %D/media @exec /bin/mkdir -p %D/lib/tls @exec /bin/mkdir -p %D/lib/modules @exec /bin/mkdir -p %D/etc/xinetd.d @@ -5565,7 +5564,6 @@ var/cache/ldconfig/aux-cache @dirrmtry proc @dirrm opt @dirrm mnt -@dirrm media @dirrm lib/tls @dirrm lib/modules @dirrm etc/xinetd.d |