diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 14:45:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 14:45:43 +0000 |
commit | 9f04437b091e3ad92f7d78539a764f658db70736 (patch) | |
tree | 65680abd650e0a121a71f35bf71e0cbf3e21447b /shells | |
parent | e34f5dde3a3f675bf8073a59428ad285af1ac7e4 (diff) | |
download | ports-9f04437b091e3ad92f7d78539a764f658db70736.tar.gz ports-9f04437b091e3ad92f7d78539a764f658db70736.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/files/patch-ad | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash1/files/patch-ad b/shells/bash1/files/patch-ad index b13158b75001..6b3bc222890b 100644 --- a/shells/bash1/files/patch-ad +++ b/shells/bash1/files/patch-ad @@ -14,7 +14,7 @@ $(INSTALL_DATA) features.info $(infodir)/bash.info uninstall: ---- 90,101 ---- +--- 90,102 ---- installdirs: -[ -d $(mandir) ] || mkdir $(mandir) @@ -23,6 +23,7 @@ install: all installdirs $(INSTALL_DATA) bash.1 $(mandir) +! $(INSTALL_DATA) builtins.1 $(mandir)/bash_builtins.1 ! # $(INSTALL_DATA) readline.3 $(man3dir) $(INSTALL_DATA) features.info $(infodir)/bash.info |