Fix build problem with nunc-stans on RawHide
If /lib already exited the build would fail: "mkdir lib" -> "mkdir -p lib" Original fix done by: wibrown
This commit is contained in:
parent
0e4217b0d3
commit
9090089aab
@ -200,7 +200,7 @@ sed -r -i '1s|^#!\s*/usr/bin.*python.*|#!%{__python3}|' ldap/admin/src/scripts/*
|
||||
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
|
||||
@ -373,6 +373,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 09 2016 Mark Reynolds <mreynolds@redhat.com> - 1.3.4.7-1.2
|
||||
- Fix spec file for nunc-stans build problem on Rawhide
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4.7-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user