diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-23 15:13:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-23 15:13:33 +0000 |
commit | d050e48f55542bf493e4b0bc5327b4cc2a4fef6d (patch) | |
tree | 3d2829c8044f854f03b2d05350c7190951c5fb36 /core/bash/bash-noinfo.patch | |
parent | 3845839a16f3162c2362e9271f59fe52cef7bf83 (diff) | |
download | aports-d050e48f55542bf493e4b0bc5327b4cc2a4fef6d.tar.bz2 aports-d050e48f55542bf493e4b0bc5327b4cc2a4fef6d.tar.xz |
core/bash: new aport
Diffstat (limited to 'core/bash/bash-noinfo.patch')
-rw-r--r-- | core/bash/bash-noinfo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/bash/bash-noinfo.patch b/core/bash/bash-noinfo.patch new file mode 100644 index 0000000000..dcb598a493 --- /dev/null +++ b/core/bash/bash-noinfo.patch @@ -0,0 +1,12 @@ +diff -Naur doc/Makefile.in.orig doc/Makefile.in +--- doc/Makefile.in.orig 2004-07-27 05:57:48.000000000 -0700 ++++ doc/Makefile.in 2005-02-11 22:44:49.000000000 -0800 +@@ -220,7 +220,7 @@ + $(SHELL) $(SUPPORT_SRCDIR)/mkinstalldirs $(DESTDIR)$(htmldir) ; \ + fi + +-install: info installdirs bash.info ++install: installdirs + -$(INSTALL_DATA) $(srcdir)/bash.1 $(DESTDIR)$(man1dir)/bash${man1ext} + -$(INSTALL_DATA) $(srcdir)/bashbug.1 $(DESTDIR)$(man1dir)/bashbug${man1ext} + # uncomment the next line to install the builtins man page |