Fixed missing slash after a ${DESTDIR} with no other path after it.
authorRod Grimes <rgrimes@FreeBSD.org>
Tue, 7 Sep 1993 19:35:38 +0000 (19:35 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Tue, 7 Sep 1993 19:35:38 +0000 (19:35 +0000)
etc/Makefile

index 1a18b0b..5fbf6c3 100644 (file)
@@ -335,7 +335,7 @@ distrib-dirs:
 .if defined(CDROMDIST)
        mtree -u -f mtree/BSD.local.dist -p ${DESTDIR}/usr/local
 .endif
 .if defined(CDROMDIST)
        mtree -u -f mtree/BSD.local.dist -p ${DESTDIR}/usr/local
 .endif
-       cd ${DESTDIR}; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
+       cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
 
 floppies: kcopy-ah-floppy kcopy-bt-floppy filesystem-floppy \
          cpio-floppy
 
 floppies: kcopy-ah-floppy kcopy-bt-floppy filesystem-floppy \
          cpio-floppy