[aur-general] TU Application: Andrew Crerar

Andrew Crerar andrew at crerar.io
Tue Nov 21 16:05:53 UTC 2017


On 11/21/17 10:25 AM, Jeremy Audet via aur-general wrote:
>> ttf-google-fonts-git:
>> - `install -dm755 ...; install -Dm644 ...;` is kind of like sprinkling
>>    your code with `sleep 1`
> 
> (I think) I understand what you mean, but Andrew might not. To put a finer
> point on it, `install -dm755` is unnecessary, because install's `-D` flag
> creates directories anyway. For example, this:
> 
>      install -dm755 "$pkg_license_path"
>      install -Dm644 "$src_license_path" "$pkg_license_path"/OFL.txt
> 
> Could be replaced with this:
> 
>      install -Dm644 "$src_license_path" "$pkg_license_path"/OFL.txt
> 

Thanks for the heads up, yeah, I was being overly verbose/explicit with the 
commands in the PKGBUILD. I'm making the changes now :)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.archlinux.org/pipermail/aur-general/attachments/20171121/c6a844ff/attachment.asc>


More information about the aur-general mailing list