Skip to content

Commit 3364bbb

Browse files
committed
fixed symlink problem in PKGBUILD
1 parent c64435d commit 3364bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ check() {
4848
package() {
4949
cd "$srcdir/$pkgname-$pkgver"
5050
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$binname"
51-
ln -s "/usr/bin/$binname" "git-credential-gh-login"
51+
ln -s "/usr/bin/$binname" "$pkgdir/usr/bin/git-credential-gh-login"
5252
}

0 commit comments

Comments
 (0)