diff options
| author | Nuno Santos <nsantos@apache.org> | 2008-06-05 15:00:29 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2008-06-05 15:00:29 +0000 |
| commit | 53453fcf2b3054422d3b4e1bb26debf5e0e25785 (patch) | |
| tree | f8f7b1e5d0f74b1ceb49b69cac187b026f5587c1 | |
| parent | c18194a990510698d21430bb8bbd50dd2ae5c520 (diff) | |
| download | qpid-python-53453fcf2b3054422d3b4e1bb26debf5e0e25785.tar.gz | |
install libs in arch-appropriate directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@663637 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index b7ab3087a9..b31a07454c 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -102,6 +102,7 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd install -d -m0755 %{buildroot}%{_libdir}/qpidd +install -Dp -m600 etc/qpidd.sasldb %{buildroot}%{_libdir}/qpidd install -d -m0755 %{buildroot}/var/run/qpidd rm -f %{buildroot}%_libdir/*.a rm -f %{buildroot}%_libdir/*.la |
