git-annex-standalone.rpm: Fix the git-annex-shell symlink

This commit is contained in:
Joey Hess 2019-10-08 14:43:28 -04:00
parent 30204cc493
commit 8966ba2cff
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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]]

View file

@ -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)