Skip to content

Commit

Permalink
fix folder perms
Browse files Browse the repository at this point in the history
  • Loading branch information
unpackerr-auto-releaser committed Jul 31, 2024
1 parent 75b21c6 commit 7cfb2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/archlinux/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"

# Directories.
install -d -m 755 "${pkgdir}/usr/share/"{licenses,doc}"/${pkgname}" "${pkgdir}/etc/${pkgname}"
install -d -m 775 "${pkgdir}/usr/share/"{licenses,doc}"/${pkgname}" "${pkgdir}/etc/${pkgname}"

# Install the binary
install -D -m 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
Expand Down

0 comments on commit 7cfb2d4

Please sign in to comment.