- Fixed permissions on C source files (bug #225235).

- Resolves: rhbz#225235
This commit is contained in:
Tim Waugh 2007-02-28 13:24:44 +00:00
commit ac52f4e503

View file

@ -145,6 +145,8 @@ popd
%patch33 -p1 -b .build
chmod -x lib/basename.c lib/xmalloc.c
%build
chmod 644 {po/ja.po,encoding/euc-jp.edf,README.eucJP}.euc
chmod 644 encoding/euc-kr.edf.euckr
@ -246,6 +248,7 @@ exit 0
%changelog
* Wed Feb 28 2007 Tim Waugh <twaugh@redhat.com>
- Fixed permissions on C source files (bug #225235).
- Use %%configure (bug #225235).
- Preserve timestamps (bug #225235).
- Use smp_mflags (bug #225235).