diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /sudo/sudo-1.6.7p5/nostrip.patch | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'sudo/sudo-1.6.7p5/nostrip.patch')
-rw-r--r-- | sudo/sudo-1.6.7p5/nostrip.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sudo/sudo-1.6.7p5/nostrip.patch b/sudo/sudo-1.6.7p5/nostrip.patch index e69de29bb2..e82f4b67eb 100644 --- a/sudo/sudo-1.6.7p5/nostrip.patch +++ b/sudo/sudo-1.6.7p5/nostrip.patch @@ -0,0 +1,27 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- sudo-1.6.7p5/Makefile.in~nostrip.patch ++++ sudo-1.6.7p5/Makefile.in +@@ -308,8 +308,8 @@ + $(DESTDIR)$(mandirsu) $(DESTDIR)$(mandirform) + + install-binaries: $(PROGS) +- $(INSTALL) $(install_owncmd) -m 4555 -s sudo $(DESTDIR)$(sudodir)/sudo +- $(INSTALL) $(install_owncmd) -m 0555 -s visudo $(DESTDIR)$(visudodir)/visudo ++ $(INSTALL) $(install_owncmd) -m 4555 sudo $(DESTDIR)$(sudodir)/sudo ++ $(INSTALL) $(install_owncmd) -m 0555 visudo $(DESTDIR)$(visudodir)/visudo + + install-sudoers: + test -f $(DESTDIR)$(sudoersdir)/sudoers || \ +@@ -376,8 +376,6 @@ + -e 's/@_mansectform@/$(mansectform)/g' $(srcdir)/Makefile.binary \ + > $$tdir/Makefile ; \ + ) +- strip sudo +- strip visudo + ( cd tmp.`arch -l` && tar Ocf ../sudo-$(VERSION)-`arch -l`.tar sudo-$(VERSION) ) + gzip --best sudo-$(VERSION)-`arch -l`.tar + rm -rf tmp.`arch -l` |