diff options
Diffstat (limited to 'release/Makefile.bsdinstall')
-rw-r--r-- | release/Makefile.bsdinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.bsdinstall b/release/Makefile.bsdinstall index bda97a4..828328d 100644 --- a/release/Makefile.bsdinstall +++ b/release/Makefile.bsdinstall @@ -135,7 +135,7 @@ memstick: system sh ${.CURDIR}/${TARGET}/make-memstick.sh ${.OBJDIR}/release ${.OBJDIR}/memstick packagesystem: base.txz kernel.txz ${EXTRA_PACKAGES} - sh ${.CURDIR}/${TARGET}/make-manifest.sh ${DISTDIR}/*.txz > ${.OBJDIR}/MANIFEST + sh ${.CURDIR}/scripts/make-manifest.sh ${.OBJDIR}/*.txz > ${.OBJDIR}/MANIFEST touch ${.OBJDIR}/${.TARGET} cdrom: release.iso |