Apache config added. Fixes
This commit is contained in:
@@ -38,7 +38,7 @@ rm -rf scripts/breakout.py
|
||||
%install
|
||||
# copy arcanist to the buildroot
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||
cp -a bin/ resources/ scripts/ src/ %{buildroot}%{_datadir}/%{name}/
|
||||
cp -a bin resources scripts src support externals %{buildroot}%{_datadir}/%{name}/
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
cp -a support/shell/hooks/bash-completion.sh %{buildroot}%{_datadir}/bash-completion/completions/arc
|
||||
@@ -67,6 +67,8 @@ find %{buildroot}%{_datadir}/%{name}/ -type f -exec sed -i -r -e 's"^#!(.*)/usr/
|
||||
%{_datadir}/%{name}/resources
|
||||
%{_datadir}/%{name}/scripts
|
||||
%{_datadir}/%{name}/src
|
||||
%{_datadir}/%{name}/support
|
||||
%{_datadir}/%{name}/externals
|
||||
%{_bindir}/arc
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user