Modify hack to remove "doc" subdir name from share/doc/urt/doc.

This commit is contained in:
Satoshi Asami 1997-06-04 01:14:25 +00:00
parent 0814909c54
commit 5a2f4ac8e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6722

View file

@ -3,7 +3,7 @@
# Date created: Jan 5 1997
# Whom: cfs@ing.puc.cl (original)
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1997/06/03 23:41:07 asami Exp $
#
DISTNAME= urt
@ -24,8 +24,10 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/urt
cd ${PREFIX}/share/doc/urt; \
tar xf $(DISTDIR)/urt-doc.tar; \
mv doc/* .; \
rmdir doc; \
cd doc; \
find -d . | cpio -dump ..; \
cd ..; \
rm -rf doc; \
tar xf $(DISTDIR)/urt-img.tar; \
chown -R root:wheel . ; \
find . -type d -exec chmod 775 '{}' \; ; \