Skip to content

Commit

Permalink
bss; Update PKGBUILD to avoid conflicting files error (#3884)
Browse files Browse the repository at this point in the history
* bss; Update PKGBUILD to avoid conflicting files error

Modify the destination filename to avoid error: failed to commit transaction (conflicting files)

* Update packages/bss/PKGBUILD - change bss to variable pkgname

Co-authored-by: Alexandre ZANNI <[email protected]>

---------

Co-authored-by: Alexandre ZANNI <[email protected]>
  • Loading branch information
cftong and noraj authored Jun 30, 2023
1 parent be49758 commit cc26245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bss/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ package() {

install -dm 755 "$pkgdir/usr/share/$pkgname"

install -Dm 755 bss "$pkgdir/usr/bin"
install -Dm 755 bss "$pkgdir/usr/bin/$pkgname"

cp -a README BUGS TODO replay_packet "$pkgdir/usr/share/$pkgname"
}
Expand Down

0 comments on commit cc26245

Please sign in to comment.