public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Fix doc install
@ 2026-06-25  5:49 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-06-25  5:49 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:49 [rpms/pcl] f44: Fix doc install Orion Poplawski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox