From 7435e8a2f9d3fa13f078808f04f00d67685395de Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 7 Oct 2009 14:47:35 +0000 Subject: testing/util-vserver: build with busybox only --- testing/util-vserver/chmod.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/util-vserver/chmod.patch (limited to 'testing/util-vserver/chmod.patch') diff --git a/testing/util-vserver/chmod.patch b/testing/util-vserver/chmod.patch new file mode 100644 index 0000000000..53861e8932 --- /dev/null +++ b/testing/util-vserver/chmod.patch @@ -0,0 +1,12 @@ +diff -ru a/Makefile.am b/Makefile.am +--- a/Makefile.am 2009-09-29 13:48:10.000000000 +0000 ++++ b/Makefile.am 2009-09-29 13:50:00.000000000 +0000 +@@ -149,7 +149,7 @@ + @mkdir -p $$(dirname '$@') + @echo "$(SED) -e '...' $*.pathsubst >$*" + @$(SED) -e '$(pathsubst_RULES)' '$<' >'$@.tmp' +- @-chmod --reference='$<' '$@.tmp' ++ @-chmod $$(stat -c %a '$<') '$@.tmp' + @if cmp -s '$@.tmp' '$*'; then \ + echo "... no changes, reusing old version"; \ + rm -f '$@.tmp'; \ -- cgit v1.2.3