diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /sysutils/bacula | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) |
Notes
Diffstat (limited to 'sysutils/bacula')
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index f7ebd5b58bcb..e0be0697d23e 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -123,7 +123,7 @@ post-install: ${MKDIR} ${DOCSDIR}/html-manual ${INSTALL_DATA} ${WRKSRC}/doc/bacula.pdf ${DOCSDIR} cd ${WRKSRC}/doc && ${FIND} html-manual | \ - cpio -pdm -L -R root:wheel ${DOCSDIR} + ${CPIO} -pdm -L -R root:wheel ${DOCSDIR} .endif # Inform user after install about important things .... |