]> git.pld-linux.org Git - packages/fpp.git/commitdiff
remove bsdtar junk
authorElan Ruusamäe <glen@delfi.ee>
Fri, 24 Jul 2015 09:27:38 +0000 (12:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 24 Jul 2015 09:27:38 +0000 (12:27 +0300)
https://github.com/facebook/PathPicker/issues/174

fpp.spec

index c9cecda15e4f382208d33b8811c89cc0a00d827f..3fe190394a3e1bd00226605c4c97d0b8429053db 100644 (file)
--- a/fpp.spec
+++ b/fpp.spec
@@ -21,6 +21,10 @@ convenient UI.
 %prep
 %setup -qc
 
+# remove some bsdtar junk
+# https://github.com/facebook/PathPicker/issues/174
+rm -vf src/.??*
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir}}
This page took 0.10271 seconds and 4 git commands to generate.