From e13d96b827187db838e010ad4730b2cb31ab8b7f Mon Sep 17 00:00:00 2001 From: Scott Barninger Date: Mon, 1 Mar 2004 15:55:38 +0000 Subject: [PATCH] Added one more missing cp-p command git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1102 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/redhat/bacula.spec.in | 2 +- bacula/platforms/suse/bacula.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5