This commit is contained in:
Adam Jackson 2007-11-12 21:23:28 +00:00
parent 7a1f6e461b
commit 4abfd5d3b7

View File

@ -272,8 +272,9 @@ if [ -z "$GIT_COMMITTER_NAME" ]; then
export GIT_COMMITTER_NAME="Fedora X Strike Force"
fi
# Apply all the patches. Hold your nose...
git-am -p1 $(awk '/^Patch.*:/ { print "../"$2 }' %{_specdir}/%{name}.spec)
git-am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
%build