diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:52:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 02:52:02 +0000 |
commit | 375b2cdbf7191744170ad2a625c7ab75e4713299 (patch) | |
tree | 6d8e190ec6e3ee362d80afdd27aba2a963f7fe12 /chinese/big5fs | |
parent | ede12401f1fa20106c0c6d8e4440f9cb5d1baed0 (diff) |
Notes
Diffstat (limited to 'chinese/big5fs')
-rw-r--r-- | chinese/big5fs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile index 1fcbb842d1ec..a2d5d5d6999e 100644 --- a/chinese/big5fs/Makefile +++ b/chinese/big5fs/Makefile @@ -43,9 +43,9 @@ IGNORE= "You need to extract kernel source tree before you build this package" do-extract: @${MKDIR} ${WRKSRC}/msdos ${WRKSRC}/cd9660 ${WRKSRC}/ntfs - @${CP} ${MSDOSFSDIR}/* ${MSDOSFSKODIR}/Makefile ${WRKSRC}/msdos - @${CP} ${SYSDIR}/isofs/cd9660/* ${SYSDIR}/modules/cd9660/Makefile ${WRKSRC}/cd9660 - @${CP} ${NTFSDIR}/* ${SYSDIR}/modules/ntfs/Makefile ${WRKSRC}/ntfs + @${CP} -r ${MSDOSFSDIR}/* ${MSDOSFSKODIR}/Makefile ${WRKSRC}/msdos + @${CP} -r ${SYSDIR}/isofs/cd9660/* ${SYSDIR}/modules/cd9660/Makefile ${WRKSRC}/cd9660 + @${CP} -r ${NTFSDIR}/* ${SYSDIR}/modules/ntfs/Makefile ${WRKSRC}/ntfs @(cd ${WRKSRC}; ${TAR} xzf ${DISTDIR}/${DISTFILES} ) @${REINPLACE_CMD} -e "/^\.PATH/d" ${WRKSRC}/*/Makefile .if ${OSVERSION} > 500041 |