From 7093c18e532a89aa2e54c8baf3fcf769783c5a42 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 3 Feb 2010 21:50:32 +0000 Subject: [PATCH] Changed the setup macro to fix cd error. --- xerces-c.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xerces-c.spec b/xerces-c.spec index 7b8a87a..bda8392 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -48,7 +48,7 @@ manipulating, and validating XML documents. %prep -%setup -q -n xerces-c-src_3_0_1 +%setup -q rm -rf doc/html/resources/.svn find ./doc -type f -perm 755 -exec chmod 644 {} \; find ./samples -type f -perm 755 -exec chmod 644 {} \;