Skip to content

Commit

Permalink
sonar-scanner: install file.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 27, 2024
1 parent d4e4816 commit 3c41de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sonar-scanner/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ sha512sums=('4da4447df630270738ee0a803bfd1d081e0c29a0783572eebada186dd808f2fd26b
package() {
cd "$pkgname-$pkgver"

install -Dm 755 -t "$pkgdir/etc/profile.d/" "$srcdir/$pkgname.sh"
install -dm 755 "$pkgdir/usr/bin"

install -Dm 755 -t "$pkgdir/etc/profile.d/" "$srcdir/$pkgname.sh"
install -Dm 755 -t "$pkgdir/opt/$pkgname/bin/" "bin/$pkgname"
install -Dm 644 -t "$pkgdir/opt/$pkgname/lib/" "lib/$pkgname-cli-$pkgver.jar"
install -Dm 644 -t "$pkgdir/opt/$pkgname/conf/" \
Expand Down

0 comments on commit 3c41de9

Please sign in to comment.