Browse Source

snapshot missing usr/libdata; from arnej@imf.unit.no

OPENBSD_2_0
deraadt 28 years ago
parent
commit
01b168b68c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/Makefile

+ 3
- 3
src/etc/Makefile View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.1.1.1 1995/10/18 08:37:55 deraadt Exp $
# $Id: Makefile,v 1.2 1995/11/01 16:42:45 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -132,8 +132,8 @@ snap_tar:
cd ${DESTDIR} && tar cf - usr/lib | gzip -9 > snapshot/usr.lib.tar.gz
cd ${DESTDIR} && tar cf - usr/libexec | gzip -9 > \
snapshot/usr.libexec.tar.gz
cd ${DESTDIR} && tar cf - usr/mdec usr/local usr/src usr/obj | \
gzip -9 > snapshot/usr.misc.tar.gz
cd ${DESTDIR} && tar cf - usr/mdec usr/libdata usr/local usr/src \
usr/obj | gzip -9 > snapshot/usr.misc.tar.gz
cd ${DESTDIR} && tar cf - usr/sbin | gzip -9 > snapshot/usr.sbin.tar.gz
cd ${DESTDIR} && tar cf - usr/share | gzip -9 > \
snapshot/usr.share.tar.gz


Loading…
Cancel
Save