summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven Schneider2012-08-01 15:36:46 +0200
committerSven Schneider2012-08-01 15:36:46 +0200
commit559ba5cbd9851a8534ca280504ed00c3178428d9 (patch)
treedf0cd776c2f10b29d085579b0bce049bd1995915 /PKGBUILD
parentc0e97e029fb57c14236b99ce6043cc3d162f000f (diff)
downloadaur-559ba5cbd9851a8534ca280504ed00c3178428d9.tar.gz
libfreenect-git: fixed include path for cpp wrapper
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89366552bbb9..c6a187d260c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
pkgname=libfreenect-git
-pkgver=20110115
+pkgver=20120801
pkgrel=1
pkgdesc="Drivers and libraries for the Xbox Kinect device on Linux"
arch=('i686' 'x86_64')
@@ -33,7 +33,7 @@ build() {
cd "${_gitname}-build"
# Install "libfreenect.hpp" to "/usr/include/libfreenect"
- sed 's/DESTINATION include/DESTINATION include\/${projectNameLower}/g' -i "wrappers/cpp/CMakeLists.txt"
+ sed 's/DESTINATION include/DESTINATION ${PROJECT_INCLUDE_INSTALL_DIR}/g' -i "wrappers/cpp/CMakeLists.txt"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DPROJECT_INCLUDE_INSTALL_DIR=/usr/include -DLIB_SUFFIX="" .
make