Add usr/share/perl/sys to mtree file, remove private mkdir from Makefile.

This commit is contained in:
rgrimes 1995-01-03 02:57:53 +00:00
parent ee512aac9e
commit 01cf760ecd
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: BSD.usr.dist,v 1.25 1994/10/24 10:00:00 sos Exp $
# $Id: BSD.usr.dist,v 1.26 1994/10/27 23:05:15 wollman Exp $
#
/set type=dir uname=bin gname=bin mode=0755
@ -159,6 +159,8 @@
mk
..
perl
sys
..
..
skel
..

View File

@ -17,7 +17,6 @@ beforeinstall:
${DESTDIR}${BINDIR}
afterinstall:
-mkdir -p ${DESTDIR}/usr/share/perl/sys
cd ${DESTDIR}/usr/include ; h2ph * sys/*
.include "../../Makefile.inc"