diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-01 16:42:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-01 16:42:46 +0000 |
commit | 320d77b0c42265bcc7db34705c4bad38575b7148 (patch) | |
tree | c5f5966e1634a1b97f77e5aa8e468afee2dd426a /etc | |
parent | a3de5112e0817a90e1cf6ad72ff670be81b6f80b (diff) |
snapshot missing usr/libdata; from arnej@imf.unit.no
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 746e5fc785d..536cf49444d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 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 |