I've figured out that those files are created during the configure process.
However they are removed during the "Cleaning up" portion of the configure
script.
--
View this message in context:
http://www.nabble.com/Compile-Error---make-install-autostart-tp23282592p23284559.html
Sent from the Bac
I have figured out why it's happening but i have no idea where along the
process where this should happen.
in the in the source directory under platforms/slackware i have the
following files.
Makefile
Makefile.in
functions.bacula
functions.bacula.in
local-install.sh*
rc.bacula-dir.in
rc.bacula-fd
I am compiling bacula for a package and am using DESTDIR. I am running
Slackware 12.1 kernel 2.6.24.5. Here’s my error:
r...@jabba:/tmp/SBo/bacula-3.0.0# make install-autostart
DESTDIR=/tmp/SBo/package-bacula/
(cd platforms && make DESTDIR=/tmp/SBo/package-bacula/ install-autostart ||
exit 1)
m