diff options
author | Nuno Santos <nsantos@apache.org> | 2008-02-07 20:18:54 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2008-02-07 20:18:54 +0000 |
commit | 8b6ceb7a9767fb87e7f432079c443436aae49cd8 (patch) | |
tree | 4579a298843a3bf23495bac3a90d84f3558e182e | |
parent | a72f70e1fcfac832822ae139b98fdd4024ffb45d (diff) | |
download | qpid-python-8b6ceb7a9767fb87e7f432079c443436aae49cd8.tar.gz |
create missing dir
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@619626 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/qpidc.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 7df723cfae..45d67dff6e 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -82,6 +82,7 @@ rm docs/api/html/installdox rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd +install -d -m0755 %{buildroot}%{_localstatedir}/qpidd rm -f %{buildroot}%_libdir/*.a rm -f %{buildroot}%_libdir/*.la @@ -156,10 +157,10 @@ fi %changelog -* Mon Jan 21 2008 Gordon Sim <gsim@redhat.com> - 0.2-18 +* Mon Jan 21 2008 Gordon Sim <gsim@redhat.com> - 0.2-18 - bump up rev for recent changes to plugin modules & mgmt -* Thu Jan 03 2008 Nuno Santos <nsantos@redhat.com> - 0.2-17 +* Thu Jan 03 2008 Nuno Santos <nsantos@redhat.com> - 0.2-17 - add missing header file SessionManager.h * Thu Jan 03 2008 Nuno Santos <nsantos@redhat.com> - 0.2-16 |