We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d9472 commit 34ca73aCopy full SHA for 34ca73a
.github/workflows/publish.yml
@@ -264,7 +264,7 @@ jobs:
264
sha256sums=('SKIP')
265
266
package() {
267
- install -D -m 0755 \"\$srdir/$BINARY_NAME\" \"\$pkgdir/usr/bin/gitmastery\"
+ install -D -m 0755 \"\$srcdir/$BINARY_NAME\" \"\$pkgdir/usr/bin/gitmastery\"
268
chmod 755 \"\$pkgdir/usr/bin/gitmastery\"
269
}
270
""" >> PKGBUILD
0 commit comments