[Midnightbsd-cvs] src: Makefile: Fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 22 18:26:45 EDT 2008


Log Message:
-----------
Fix typo

Modified Files:
--------------
    src/etc:
        Makefile (r1.11 -> r1.12)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/etc/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -L etc/Makefile -L etc/Makefile -u -r1.11 -r1.12
--- etc/Makefile
+++ etc/Makefile
@@ -139,7 +139,7 @@
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
 		dot.login ${DESTDIR}/root/.login; \
             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
-                dot.mkshrc ${DESTDIR}/root/.mkshrc;
+                dot.mkshrc ${DESTDIR}/root/.mkshrc; \
 	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
 		dot.profile ${DESTDIR}/root/.profile; \
 	    rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile ${DESTDIR}/.mkshrc; \


More information about the Midnightbsd-cvs mailing list