forked from pool/e2fsprogs
14 lines
576 B
Diff
14 lines
576 B
Diff
|
Index: e2fsprogs-1.39+1.40_WIP_20061114/lib/et/compile_et.sh.in
|
||
|
===================================================================
|
||
|
--- e2fsprogs-1.39+1.40_WIP_20061114.orig/lib/et/compile_et.sh.in
|
||
|
+++ e2fsprogs-1.39+1.40_WIP_20061114/lib/et/compile_et.sh.in
|
||
|
@@ -51,7 +51,7 @@ if test -f ${BASE}.h && cmp -s ${BASE}.h
|
||
|
rm -f ${BASE}.h.$$
|
||
|
else
|
||
|
mv -f ${BASE}.h.$$ ${BASE}.h
|
||
|
- chmod -w ${BASE}.h
|
||
|
+# chmod -w ${BASE}.h
|
||
|
fi
|
||
|
$AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
||
|
if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
|