aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-vserver/chmod.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:46:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:47:47 +0000
commit770eae0fd0130faefbd2e2b176fb6efa3a281d6c (patch)
tree1571e07f977cd7e14fde613f170ca5fd560b3302 /main/util-vserver/chmod.patch
parentf9c71e0714e1c2a0b7202ba08dc1012636e360c9 (diff)
downloadaports-770eae0fd0130faefbd2e2b176fb6efa3a281d6c.tar.bz2
aports-770eae0fd0130faefbd2e2b176fb6efa3a281d6c.tar.xz
main/util-vserver: upgrade to 0.30.216_pre3029
we have finally upstreamed all patches
Diffstat (limited to 'main/util-vserver/chmod.patch')
-rw-r--r--main/util-vserver/chmod.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/util-vserver/chmod.patch b/main/util-vserver/chmod.patch
deleted file mode 100644
index 53861e8932..0000000000
--- a/main/util-vserver/chmod.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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'; \