From: Vadim Zeitlin Date: Sat, 5 Aug 2006 14:48:42 +0000 (+0000) Subject: remove wx-config link created as part of make install, it shouldn't be included in... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6001a0eec0ae3b71841d272f8cf79c3f2d8f09db?ds=inline 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 --- diff --git a/wxGTK.spec b/wxGTK.spec index e97a2933fc..f1e62c0344 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -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