From 19a64276caca961b020c9a01b2915065c16dd4cb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 May 2010 13:46:58 +0200 Subject: [PATCH] RPM: Remove *.la from install --- yazproxy.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/yazproxy.spec.in b/yazproxy.spec.in index 3d061ac..cb485f4 100644 --- a/yazproxy.spec.in +++ b/yazproxy.spec.in @@ -44,6 +44,7 @@ make CFLAGS="$RPM_OPT_FLAGS" rm -fr ${RPM_BUILD_ROOT} make prefix=${RPM_BUILD_ROOT}/%{_prefix} mandir=${RPM_BUILD_ROOT}/%{_mandir} \ libdir=${RPM_BUILD_ROOT}/%{_libdir} install +rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la %clean rm -fr ${RPM_BUILD_ROOT} -- 1.7.10.4