Fix patch apply to not cause configure regeneration

This commit is contained in:
Alexander Larsson 2008-02-26 13:44:02 +00:00
parent 7ca8afc7d3
commit 4be62b142c
1 changed files with 5 additions and 1 deletions

View File

@ -43,8 +43,12 @@ required to develop applications using gvfs.
%prep
%setup -q
# Don't trigger autoregen:
touch -r configure time1
touch -r configure.ac time2
%patch1 -p1 -b .libxml
touch -r time1 configure
touch -r time2 configure.ac
%build
%configure