Build process fix

This commit is contained in:
Michel Alexandre Salim 2007-12-04 23:21:22 +00:00
parent 4bfb8f151f
commit edfb183dd2

View File

@ -83,6 +83,9 @@ This package contains documentation in a devhelp HTML book.
%prep
%setup -q
%patch0 -p1 -b .gen-project
# touch the file, otherwise the build process will try to regenerate
# the .{c,h} files using an installed vala compiler
touch gen-project/vala-gen-project.vala.stamp
%build