qustavo/httplab

[Archlinux] default 644 does not contain executable bit

juliosueiras opened this issue · 1 comments

Issue:
Due to the 644 mode in PKGBUILD, the httplab will install as a ordinary file, instead of a executable

Fix:
change 644 to 755

Thanks, it's already fixed here: 3151746