aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bvi/bvi-1.3.1/no-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bvi/bvi-1.3.1/no-strip.patch')
-rw-r--r--recipes/bvi/bvi-1.3.1/no-strip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/bvi/bvi-1.3.1/no-strip.patch b/recipes/bvi/bvi-1.3.1/no-strip.patch
new file mode 100644
index 0000000000..520b058ea0
--- /dev/null
+++ b/recipes/bvi/bvi-1.3.1/no-strip.patch
@@ -0,0 +1,13 @@
+--- 1/Makefile.in.org 2001-12-25 15:37:37.000000000 +0200
++++ 1/Makefile.in 2008-02-20 02:54:56.000000000 +0200
+@@ -63,8 +63,8 @@
+ install: all installdirs
+ @echo "Installing bvi"
+ @$(INSTALL_DATA) bvi.1 bmore.1 $(man1dir)
+- @$(INSTALL_PROGRAM) -s bvi $(bindir)
+- @$(INSTALL_PROGRAM) -s bmore $(bindir)
++ @$(INSTALL_PROGRAM) bvi $(bindir)
++ @$(INSTALL_PROGRAM) bmore $(bindir)
+ @$(INSTALL_DATA) bmore.help $(datadir)
+ @if [ -f $(bindir)/bview ]; then rm $(bindir)/bview; fi
+ @if [ -f $(bindir)/bvedit ]; then rm $(bindir)/bvedit; fi