diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 13:23:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 13:23:25 +0000 |
commit | 9388793141d6e45f212aac8ff131b888a988c6ec (patch) | |
tree | 50fda30732866ed93c74baf5c7ce470aa106b35a /emulators/linux_base-suse-9.3 | |
parent | new port of Japanese Truetype fonts for use with Linux emulation (diff) |
I don't see any use for the /compat/linux/initrd directory.
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index e1741a523e39..b65674c7c8de 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -93,7 +93,7 @@ RPMFLAGS= --root ${WRKSRC} --dbpath ${DBPATH} --nodeps \ --replacepkgs --ignoreos --ignorearch RPMDIR= ${DISTDIR}/${DIST_SUBDIR} -REMOVE_DIRS= boot dev home root tmp var/tmp usr/local usr/tmp +REMOVE_DIRS= boot dev home initrd root tmp 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 \ etc/protocols |