Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2004 10:21:22 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52231 for review
Message-ID:  <200405041721.i44HLMYr030583@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=52231

Change 52231 by cvance@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)


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405041721.i44HLMYr030583>