Skip to content

Commit

Permalink
use cd to get to the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
techhazard committed Nov 12, 2024
1 parent 45c3c29 commit 1f7e3ce
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions iwd-firewalld-zone/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ pkgver() {
}

package() {
pwd
ls -lah
ls -lah "${_srcname}"
echo "${_srcname@A}"
echo "${srcdir@A}"
install -Dm 755 -t "${pkgdir}"/usr/bin/ "${_srcname}"/iwd-firewalld-zone/bin/*
install -Dm 644 -t "${pkgdir}"/usr/lib/systemd/system/ "${_srcname}"/iwd-firewalld-zone/systemd/system/*
cd "${srcdir}/iwd-firewalld-zone/" || exit
install -Dm 755 -t "${pkgdir}"/usr/bin/ ./bin/*
install -Dm 644 -t "${pkgdir}"/usr/lib/systemd/system/ ./systemd/system/*
}

0 comments on commit 1f7e3ce

Please sign in to comment.