From: Julian Howard Stacey <stacey@guug.de>
Subject: Bug & Fix for etc/Makefile cpio-floppy: re /tmp creation. Date: Fri, 26 Nov 1993 11:35:04 +0100 Editors Note: tmp was listed in the CPIO_FILES section and thus the entire contents of ${DESTDIR}/tmp would end up on the cpio floppy. This fix moves tmp to CPIO_DIRS so that no longer happens.
This commit is contained in:
parent
901b86e422
commit
8bf091d0f6
@ -65,12 +65,11 @@ CPIO_CPIO= bin/chmod bin/cat bin/cp bin/dd bin/df bin/mv bin/pwd bin/stty
|
||||
CPIO_CPIO+= etc/protocols etc/remote etc/services etc/spwd.db
|
||||
CPIO_CPIO+= sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_isofs
|
||||
CPIO_CPIO+= sbin/reboot sbin/route sbin/slattach
|
||||
CPIO_CPIO+= tmp
|
||||
CPIO_CPIO+= usr/bin/awk usr/bin/chgrp usr/bin/ftp
|
||||
CPIO_CPIO+= usr/bin/more usr/bin/tar usr/bin/tip
|
||||
CPIO_CPIO+= usr/bin/elvis usr/bin/ex usr/bin/vi usr/bin/view
|
||||
CPIO_CPIO+= usr/sbin/update usr/sbin/chown
|
||||
CPIO_CPIO_DIRS= var var/tmp var/run var/spool var/spool/lock
|
||||
CPIO_CPIO_DIRS= tmp var var/tmp var/run var/spool var/spool/lock
|
||||
|
||||
CRYPT_LIB= lib/libcrypt
|
||||
CRYPT_SRCS= bin/ed bin/rcp
|
||||
|
Loading…
Reference in New Issue
Block a user