Whamcloud - gitweb
TT-177 build: add missing SLES 11 RPM patches
[tools/e2fsprogs.git] / patches / sles / 11 / rpm / libcom_err-compile_et_permissions.patch
1 Index: e2fsprogs-1.41.7/lib/et/compile_et.sh.in
2 ===================================================================
3 --- e2fsprogs-1.41.7.orig/lib/et/compile_et.sh.in
4 +++ e2fsprogs-1.41.7/lib/et/compile_et.sh.in
5 @@ -51,7 +51,7 @@ if test -f ${BASE}.h && cmp -s ${BASE}.h
6      rm -f ${BASE}.h.$$
7  else
8      mv -f ${BASE}.h.$$ ${BASE}.h
9 -    chmod -w ${BASE}.h
10 +#    chmod -w ${BASE}.h
11  fi
12  $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
13  if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then