mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
fix AUR release instructions
This commit is contained in:
parent
f0dce44593
commit
9a88ee9c73
1 changed files with 0 additions and 3 deletions
3
.github/workflows/aur-release.yml
vendored
3
.github/workflows/aur-release.yml
vendored
|
|
@ -186,9 +186,6 @@ jobs:
|
|||
# Fix permissions on extracted files
|
||||
chmod -R 755 "${pkgdir}/opt/gerbil/"
|
||||
|
||||
# Rename the main executable to lowercase
|
||||
mv "${pkgdir}/opt/gerbil/Gerbil" "${pkgdir}/opt/gerbil/gerbil"
|
||||
|
||||
# Create executable wrapper
|
||||
install -dm755 "${pkgdir}/usr/bin"
|
||||
cat > "${pkgdir}/usr/bin/gerbil" << 'WRAPPER'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue