diff options
author | Bernd Zeimetz <bernd@bzed.de> | 2010-07-13 10:25:06 +0200 |
---|---|---|
committer | Bernd Zeimetz <bernd@bzed.de> | 2010-07-13 10:25:06 +0200 |
commit | ad915870266d3029b0d9847eebebbce42cd4ef45 (patch) | |
tree | 051be0ea67c070eaa8e86ee49f89bd83cd80cbb1 /packaging | |
parent | aa336e4d1eac4fa8ab8f737d7562efd0ad8b0d87 (diff) | |
download | gpsd-ad915870266d3029b0d9847eebebbce42cd4ef45.tar.gz |
Remove .la files in rpm spec file as requested by Michael R. Davis.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm/gpsd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/gpsd.spec.in b/packaging/rpm/gpsd.spec.in index 3345a982..9b0aa899 100644 --- a/packaging/rpm/gpsd.spec.in +++ b/packaging/rpm/gpsd.spec.in @@ -106,7 +106,7 @@ make DESTDIR=%{buildroot} pythondir=%{python_sitearch} install %{buildroot}/lib/udev # remove .la files -#rm -f %{buildroot}%{_libdir}/libgps*.la +rm -f %{buildroot}%{_libdir}/libgps*.la # fix non-executable python script %{__chmod} +x %{buildroot}%{python_sitearch}/gps/gps.py |