remove wx-config link created as part of make install, it shouldn't be included in the package as the link is created by postinst script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
653e2052ac
commit
6001a0eec0
@ -496,6 +496,9 @@ rm -rf $RPM_BUILD_ROOT/_save_dir
|
||||
# utils:
|
||||
(cd obj-shared/utils/wxrc; make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install)
|
||||
|
||||
# wx-config link is created during package installation, remove it for now
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/wx-config
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user