1
0
Эх сурвалжийг харах

No ticket: One line rpm fix

Bug Description:  Nunc stans won't build in the same env if lib already exists

Fix Description:  Change mkdir to mkdir -p so that make rpms will work correctly

Author: wibrown
William Brown 9 жил өмнө
parent
commit
75b545af11

+ 1 - 1
rpm/389-ds-base.spec.in

@@ -221,7 +221,7 @@ cp %{SOURCE2} README.devel
 pushd ../nunc-stans-%{nunc_stans_ver}
 %configure --with-fhs --libdir=%{_libdir}/%{pkgname}
 make %{?_smp_mflags}
-mkdir lib
+mkdir -p lib
 cp .libs/libnunc-stans.so.0.0.0 lib/libnunc-stans.so
 mkdir -p include/nunc-stans
 cp nunc-stans.h include/nunc-stans/nunc-stans.h