Skip to content

Commit

Permalink
update cd cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
techhazard committed Nov 12, 2024
1 parent a028200 commit c559511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwd-firewalld-zone/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkgver() {
}

package() {
cd "${srcdir}/iwd-firewalld-zone/" || exit
cd "${srcdir}/${_srcname}/iwd-firewalld-zone/" || exit
pwd
ls -lah
install -Dm 755 -t "${pkgdir}"/usr/bin/ ./bin/*
Expand Down

0 comments on commit c559511

Please sign in to comment.