git-annex-standalone.rpm: Fix the git-annex-shell symlink
This commit is contained in:
parent
30204cc493
commit
8966ba2cff
3 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@ git-annex (7.20190913) UNRELEASED; urgency=medium
|
|||
git status unncessarily running the clean filter on the file.
|
||||
* uninit: Remove several git hooks that git-annex init sets up.
|
||||
* uninit: Remove the smudge and clean filters that git-annex init sets up.
|
||||
* git-annex-standalone.rpm: Fix the git-annex-shell symlink.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 19 Sep 2019 11:11:19 -0400
|
||||
|
||||
|
|
|
@ -40,3 +40,5 @@ Usage: git-annex COMMAND
|
|||
|
||||
Git annex does exactly what I want, without the complicated setup or fees of git lfs. Thanks for your work maintaining this project!
|
||||
|
||||
> [[fixed|done]] in git; the rpm itself will only get generated at the next
|
||||
> release though. --[[Joey]]
|
||||
|
|
|
@ -35,7 +35,7 @@ mkdir -p %{buildroot}/usr/lib/
|
|||
cp -a %{buildroot}/../git-annex.linux %{buildroot}/usr/lib
|
||||
mkdir -p %{buildroot}/usr/bin/
|
||||
ln -sf /usr/lib/git-annex.linux/git-annex %{buildroot}/usr/bin/git-annex
|
||||
ln -sf /usr/lib/git-annex.linux/git-annex %{buildroot}/usr/bin/git-annex-shell
|
||||
ln -sf /usr/lib/git-annex.linux/git-annex-shell %{buildroot}/usr/bin/git-annex-shell
|
||||
|
||||
%files
|
||||
%attr(-, root, root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue