From: Scott Barninger Date: Mon, 1 Mar 2004 15:55:38 +0000 (+0000) Subject: Added one more missing cp-p command X-Git-Tag: Release-1.34.0~77 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e13d96b827187db838e010ad4730b2cb31ab8b7f;p=bacula%2Fbacula Added one more missing cp-p command git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1102 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 53a16dc2b5..3e3a98d8a1 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -472,7 +472,7 @@ cp -p ../depkgs/sqlite/libsqlite.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite.a %endif # install the logrotate file -cp scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula +cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula # install the rescue stuff # these are the rescue scripts diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 53a16dc2b5..3e3a98d8a1 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -472,7 +472,7 @@ cp -p ../depkgs/sqlite/libsqlite.a $RPM_BUILD_ROOT%{sqlite_bindir}/libsqlite.a %endif # install the logrotate file -cp scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula +cp -p scripts/logrotate $RPM_BUILD_ROOT/etc/logrotate.d/bacula # install the rescue stuff # these are the rescue scripts