https://bugzilla.redhat.com/show_bug.cgi?id=858998

--- Comment #25 from Ivan Romanov <dr...@land.ru> ---
--- wxsqlite3.spec    2012-10-15 19:19:29.157669949 +0200
+++ wxsqlite3.spec.new    2012-10-15 19:18:34.925656431 +0200
@@ -60,9 +60,10 @@
 find -name sqlite3 -type d | xargs rm -rfv

 # fix permissions
-chmod a-x docs/html/*
+find -type f -exec chmod a-x {} \;

-# copy correct configure file
+# copy correct configure file and change permission
+chmod a+x  configure29
 cp configure29 configure

because all source files have executable bit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to