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:
Vadim Zeitlin 2006-08-05 14:48:42 +00:00
parent 653e2052ac
commit 6001a0eec0

View File

@ -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