aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-02-01 20:38:53 -0800
committerYosl <yosl@seattlemesh.net>2020-02-01 20:38:53 -0800
commit8a4e5b9a0d1b1bed550e5fe40b8dc75b2ddc2a22 (patch)
treef0ae1c35b897398fef4bbd21f42b2bcff81a95dd
parentcf7772f753c030b000c252ed1d206bb854c120ff (diff)
downloadgnunet-rpm-8a4e5b9a0d1b1bed550e5fe40b8dc75b2ddc2a22.tar.gz
gnunet-rpm-8a4e5b9a0d1b1bed550e5fe40b8dc75b2ddc2a22.zip
Commented out failed attempt at just deleting the .la files to fix rpath issue
-rw-r--r--rpmbuild/SPECS/gnunet-fedora.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
index 0ef9231..358bace 100644
--- a/rpmbuild/SPECS/gnunet-fedora.spec
+++ b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -178,6 +178,7 @@ Development files for %{libname}.
178#---------------------------------------------------------------------------- 178#----------------------------------------------------------------------------
179 179
180%install 180%install
181#find %{buildroot} -type f -name '*.la' -delete
181rm -rf $RPM_BUILD_ROOT 182rm -rf $RPM_BUILD_ROOT
182mkdir -p %{buildroot}/%{_sharedstatedir}/%{name} 183mkdir -p %{buildroot}/%{_sharedstatedir}/%{name}
183mkdir -p %{buildroot}/%{_sysconfdir}/%{name} 184mkdir -p %{buildroot}/%{_sysconfdir}/%{name}