mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
create /usr/bin links to dist-git's executable files
This commit is contained in:
parent
2092ddc97c
commit
c3dd2d971b
1 changed files with 9 additions and 1 deletions
|
@ -131,6 +131,14 @@ cp -a scripts/httpd/upload.cgi %{buildroot}%{installdir}/web/
|
|||
sed -i '1 s|#.*|#!/usr/bin/python2|' %{buildroot}%{installdir}/web/upload.cgi
|
||||
%endif
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# /usr/bin/ ...... links to executable files
|
||||
# ------------------------------------------------------------------------------
|
||||
install -d %{buildroot}%{_bindir}
|
||||
ln -s %{_datadir}/dist-git/setup_git_package %{buildroot}%{_bindir}/setup_git_package
|
||||
ln -s %{_datadir}/dist-git/mkbranch %{buildroot}%{_bindir}/mkbranch
|
||||
ln -s %{_datadir}/dist-git/mkbranch_branching %{buildroot}%{_bindir}/mkbranch_branching
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# SELinux
|
||||
# ------------------------------------------------------------------------------
|
||||
|
@ -217,7 +225,7 @@ fi
|
|||
%files selinux
|
||||
%doc selinux/*
|
||||
%{_datadir}/selinux/*/%{modulename}.pp
|
||||
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 clime <clime@redhat.com> 1.10-1
|
||||
|
|
Loading…
Add table
Reference in a new issue