From 4aa6109246c2099a7ae35be6f76277b72ad8f30c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 21 Feb 2013 09:18:08 -0800 Subject: [PATCH] add skel files --- packaging/bash.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.7.4