FS#59709 - docbook-xsl drops images

Attached to Project: Community Packages
Opened by Thomas Trepl (ernibert) - Saturday, 18 August 2018, 16:28 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 26 August 2018, 14:08 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
In package "docbook-xsl" there is the directory "images" missing. While building the package, several drectories are copied over to the $_pkgroot, but images is left out:

in file PKGBUILD:

...
for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \
manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do
install -dm755 ${_pkgroot}/${fn}
install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true # ignore missing files
done
...

Shouldn't that read like

...
for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp javahelp lib \
manpages params profiling roundtrip template website xhtml xhtml-1_1 xhtml5; do
install -dm755 ${_pkgroot}/${fn}
install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || true # ignore missing files
done
cp -R images ${_pkgroot}
...

Additional info:
* package version(s)
1.79.2

* config and/or log files etc.
(none)

Steps to reproduce:
(none)
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 26 August 2018, 14:08 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Saturday, 25 August 2018, 02:56 GMT
Why?
Comment by Thomas Trepl (ernibert) - Saturday, 25 August 2018, 06:17 GMT
An excellent question. Tried to reproduce the error i had and failed to do so.
I must admit to have only produced some noise here in the list.
Will close the ticket and do better research next time.

Loading...