[arch-commits] Commit in gcc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Oct 24 21:19:11 UTC 2012


    Date: Wednesday, October 24, 2012 @ 17:19:10
  Author: allan
Revision: 169624

fix man page installation

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-24 21:18:34 UTC (rev 169623)
+++ PKGBUILD	2012-10-24 21:19:10 UTC (rev 169624)
@@ -187,7 +187,8 @@
 
   # install the libstdc++ man pages
   install -dm755 ${pkgdir}/usr/share/man/man3
-  install -m644 -t ${pkgdir}/usr/share/man/man3 ${CHOST}/doc/doxygen/man/man3/*.3
+  install -m644 -t ${pkgdir}/usr/share/man/man3 \
+    ${CHOST}/libstdc++-v3/doc/doxygen/man/man3/*.3
 
   # Install Runtime Library Exception
   install -Dm644 ${_basedir}/COPYING.RUNTIME \




More information about the arch-commits mailing list