diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-01-31 20:53:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-01-31 20:53:43 +0100 |
commit | 49bb336a7595a693364477ae25decbba6e4d6e00 (patch) | |
tree | 94de3be2e577d42dd142668b2f65f2292f50469b | |
parent | 38a915efe1f0afdddd981926f01a53a94853461d (diff) |
firefox, fix patch option
-rw-r--r-- | firefox-dev.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-dev.spec b/firefox-dev.spec index d758e92..1040648 100644 --- a/firefox-dev.spec +++ b/firefox-dev.spec @@ -226,7 +226,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{internal_version}/' %{P:%%PATCH0} \ %endif %if %{fedora} >= 15 # when libnotify >= 0.7.0 -%patch22 -p2 -b .notify +%patch22 -p1 -b .notify %endif %patch23 -p1 -b .wmclass |