diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-05-29 17:12:22 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-05-29 17:12:22 +0200 |
| commit | d6b395dd08ae7df43ade8a7d72d4631f9bf095e8 (patch) | |
| tree | 1eb03ad6f72a15378145f06f3fbef1c3ebf1f114 | |
| parent | 80b9bcd2e4661a70d4a4dce8e9d80ed7b0cdbbf2 (diff) | |
git/m4: fix latest problem for building in el5
| -rw-r--r-- | repos/autotools/autotools-git/m4/m4.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/autotools/autotools-git/m4/m4.spec b/repos/autotools/autotools-git/m4/m4.spec index d611a1a..c4d46f8 100644 --- a/repos/autotools/autotools-git/m4/m4.spec +++ b/repos/autotools/autotools-git/m4/m4.spec @@ -48,7 +48,7 @@ Install m4 if you need a macro processor. %prep %setup -q -n m4-%{version}.%upstream_stamp -%patch0 -p1 -bmodule-load +%patch0 -p1 -b .module-load chmod 644 COPYING %build |
