diff options
Diffstat (limited to 'sysutils/bacula/Makefile')
-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 .... |