diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2008-11-07 14:04:19 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2008-11-07 14:04:19 (GMT) |
commit | 8f13ac8a3b3032bfbd859cdf112c447d8b517ff0 (patch) | |
tree | 38427fc2bfcf5c34f178652d696c2daa862d0514 | |
parent | 507156520b7236165f9007603b0065c55cabd869 (diff) | |
download | perl-Kolab-8f13ac8a3b3032bfbd859cdf112c447d8b517ff0.tar.gz |
Fixed install locations for some tools within perl-kolab.
-rw-r--r-- | perl-kolab.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-kolab.spec b/perl-kolab.spec index 0c2e7a7..181fef8 100644 --- a/perl-kolab.spec +++ b/perl-kolab.spec @@ -81,7 +81,7 @@ AutoReqProv: no chmod 744 $RPM_BUILD_ROOT/%{l_prefix}/sbin/kolabcheckperm mkdir -p $RPM_BUILD_ROOT/%{l_prefix}/etc/kolab cp $RPM_BUILD_DIR/%{V_package}-%{V_version}/%{V_package}-%{V_source_tag}/data/quotawarning.txt $RPM_BUILD_ROOT/%{l_prefix}/etc/kolab - sed -i -e 's#/bin/kolabd#/sbin/kolabd#' -e 's#/bin/kolabcheckperm#/sbin/kolabcheckperm#' perl-openpkg-files + sed -i -e 's#/bin/kolabd#/sbin/kolabd#' -e 's#/bin/kolabconf#/sbin/kolabconf#' -e 's#/bin/kolab_bootstrap#/sbin/kolab_bootstrap#' -e 's#/bin/kolabcheckperm#/sbin/kolabcheckperm#' perl-openpkg-files %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` %files -f files |