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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun May 4 01:50:39 UTC 2014


    Date: Sunday, May 4, 2014 @ 03:50:39
  Author: svenstaro
Revision: 110592

upgpkg: ogre 1.9.0-6

Fix FS#40164

Modified:
  ogre/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-04 01:25:02 UTC (rev 110591)
+++ PKGBUILD	2014-05-04 01:50:39 UTC (rev 110592)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
@@ -73,7 +73,7 @@
   # symlink for docs
   install -dm755 ${pkgdir}/usr/share/OGRE/
   cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
+  ln -s /usr/share/doc/OGRE/ OGRE/docs
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list