public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Fix doc install
Date: Thu, 25 Jun 2026 05:49:59 GMT	[thread overview]
Message-ID: <178236659934.1.14551796920476725682.rpms-pcl-b301892f2acb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : b301892f2acb39fada195e997a30945610105dbd
Author : Orion Poplawski <orion@nwra.com>
Date   : 2020-08-07T21:31:44-06:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/b301892f2acb39fada195e997a30945610105dbd?branch=f44

Log:
Fix doc install

---
diff --git a/pcl.spec b/pcl.spec
index 474caa6..af42e50 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -132,6 +132,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/timed_trigger_test
 # Remove installed documentation (will use %doc)
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
+pushd %_vpath_builddir
 # Rename the documentation folders from "html"
 mv doc/doxygen/html doc/doxygen/api
 mv doc/tutorials/html doc/tutorials/tutorials
@@ -141,6 +142,7 @@ cp -fr ../doc/advanced/content/files/* doc/advanced/advanced
 cp -fr ../doc/tutorials/content/sources doc/tutorials/tutorials
 
 rm -f doc/doxygen/api/_form*
+popd
 
 for f in $RPM_BUILD_ROOT%{_bindir}/{openni_image,pcd_grabber_viewer,pcd_viewer,openni_viewer,oni_viewer}; do
 	if [ -f $f ]; then

                 reply	other threads:[~2026-06-25  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236659934.1.14551796920476725682.rpms-pcl-b301892f2acb@fedoraproject.org \
    --to=orion@nwra.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox