Opened 19 years ago

Closed 19 years ago

#1581 closed defect (fixed)

Gstreamer docs installation

Reported by: LFS-User@… Owned by: Randy McMurchy
Priority: high Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

There needs to be a check to see if the html directories exist before doing a chown on them. The directories are only created if you have the proper tools to create the docs, and then they are installed during the 'make install' process.

Something like this should be fine.

if [ -d /usr/share/doc/gstreamer-0.8.10/faq/html ]; then

chown -v -R root:root /usr/share/doc/gstreamer-0.8.10/*/html

fi

Change History (3)

comment:1 by LFS-User@…, 19 years ago

Milestone: future6.2
Owner: changed from blfs-book@… to Randy McMurchy

comment:2 by LFS-User@…, 19 years ago

Status: newassigned

comment:3 by LFS-User@…, 19 years ago

Resolution: fixed
Status: assignedclosed

Added the appropriate check to ensure the chown command is only run if the documentation files were built and installed.

Note: See TracTickets for help on using tickets.