summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/ogre/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/libre/ogre/PKGBUILD b/libre/ogre/PKGBUILD
index cde69dc11..2d5283a66 100644
--- a/libre/ogre/PKGBUILD
+++ b/libre/ogre/PKGBUILD
@@ -106,15 +106,12 @@ package_ogre() {
conflicts=(${pkgbase}-libre)
replaces=(${pkgbase}-libre)
- cd ogre/build
+ cd ${pkgbase}/build
make DESTDIR=$pkgdir install
# install license
install -vDm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
- # move docs out of this package
- mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
}
# vim:set ts=2 sw=2 et: