Package: piglit / 0~git20220119-124bca3c9-1

Metadata

Package Version Patches format
piglit 0~git20220119-124bca3c9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 bash completion Fix install directory.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bash-completion: fix install directory

The bash completions were being installed to
/usr/usr/share/bash-completion/completions/piglit.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>

0002 bash completion Remove from non executable file.patch | (download)

completions/bash/piglit | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 bash-completion: remove #! from non-executable file

This file is intended to be sourced into the shell environment, and
not run directly.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>