FS#74525 - x264 lose bash completion

Attached to Project: Arch Linux
Opened by Wu Zhenyu (Freed) - Thursday, 21 April 2022, 05:12 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 23 August 2022, 09:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Easy to fix this bug: Just change `https://github.com/archlinux/svntogit-packages/blob/packages/x264/trunk/PKGBUILD#L60` from

```
make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared
```

to

```
make -C x264 DESTDIR="${pkgdir}" install-cli install-lib-shared install-bashcompletion
```

Additional info:
* package version(s): 3:0.164.r3081.19856cc-2
* config and/or log files etc.
* link to upstream bug report, if any
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Tuesday, 23 August 2022, 09:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  3:0.164.r3095.baee400-3

Loading...