From: Anas Nashif Date: Thu, 21 Feb 2013 17:18:08 +0000 (-0800) Subject: add skel files X-Git-Tag: accepted/trunk/20130318.201842~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4aa6109246c2099a7ae35be6f76277b72ad8f30c;p=platform%2Fupstream%2Fbash.git add skel files --- diff --git a/packaging/bash.spec b/packaging/bash.spec index 8a733a2..f9fef00 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -82,9 +82,8 @@ ln -sf bash ./usr/bin/sh rm -f .%{_infodir}/dir popd mkdir -p %{buildroot}%{_sysconfdir}/skel -#install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc -#install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile -#install -c -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/skel/.bash_logout +install -c -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/skel/.bashrc +install -c -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/skel/.bash_profile LONG_BIT=$(getconf LONG_BIT) mv %{buildroot}%{_bindir}/bashbug \ %{buildroot}%{_bindir}/bashbug-"${LONG_BIT}" @@ -153,4 +152,4 @@ fi %files %{_bindir}/sh %{_bindir}/bash - +%{_sysconfdir}/skel