PERFORCE change 52231 for review
Chris Vance
cvance at FreeBSD.org
Tue May 4 17:21:22 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=52231
Change 52231 by cvance at cvance_g5 on 2004/05/04 10:20:54
Fix typo and missing -f
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/policy/Makefile#7 edit
.. //depot/projects/trustedbsd/sedarwin73/release/Makefile#5 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/policy/Makefile#7 (text+ko) ====
@@ -35,6 +35,6 @@
$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 644 ${POLICY} ${POLICYDIR}
$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 700 ${SCRIPTS} ${DESTDIR}/private/etc/sedarwin
(cd $(.CURDIR)/..; tar -cf - policy) | (cd $(DESTDIR)/private/etc/sedarwin/; tar -xf -)
- cp Makefile.install $(DESTDIR)/private/etc/sedarwin/policy/Makefile
+ cp -f Makefile.install $(DESTDIR)/private/etc/sedarwin/policy/Makefile
.include <bsd.prog.mk>
==== //depot/projects/trustedbsd/sedarwin73/release/Makefile#5 (text+ko) ====
@@ -9,7 +9,7 @@
$(DESTDIR)/usr/share/man/man8 \
$(DESTDIR)/System/Library/CoreServices \
$(DESTDIR)/usr/include/sebsd \
- $(DESTDIR)System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources
+ $(DESTDIR)/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources
all:
mkdir -p $(DIRS)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list