install bash man page
authorAnas Nashif <anas.nashif@intel.com>
Wed, 14 Aug 2013 03:14:01 +0000 (23:14 -0400)
committerJohn L. Whiteman <john.l.whiteman@intel.com>
Wed, 22 Oct 2014 09:06:17 +0000 (02:06 -0700)
packaging/bash.changes
packaging/bash.spec

index f40ca37..4348564 100644 (file)
@@ -1,3 +1,7 @@
+* Wed Aug 14 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130710.221102@ed960a9
+- install bash man page
+- resetting manifest requested domain to floor
+
 * Wed Jun 26 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.103247@e9ce992
 - own /etc/bash_completion.d
 
index 0c302e8..c653677 100644 (file)
@@ -45,9 +45,6 @@ make check
 
 mkdir -p %{buildroot}/etc/bash_completion.d
 
-#mkdir -p %{buildroot}/%{_bindir}
-#mv %{buildroot}/bin/* %{buildroot}/%{_bindir}/
-
 # make manpages for bash builtins as per suggestion in DOC/README
 pushd doc
 sed -e '
@@ -60,12 +57,14 @@ b
 }
 d
 ' builtins.1 > man.pages
+# '
 for i in echo pwd test kill; do
   perl -pi -e "s,$i,,g" man.pages
   perl -pi -e "s,  , ,g" man.pages
 done
 
 install -c -m 644 builtins.1 %{buildroot}%{_mandir}/man1/builtins.1
+install -c -m 644 bash.1 %{buildroot}%{_mandir}/man1/bash.1
 
 for i in `cat man.pages` ; do
   echo .so man1/builtins.1 > %{buildroot}%{_mandir}/man1/$i.1