[arch-commits] Commit in wt/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Apr 5 04:32:32 UTC 2015
Date: Sunday, April 5, 2015 @ 06:32:31
Author: svenstaro
Revision: 130700
upgpkg: wt 3.3.4-2
Fix wrong cmake module path
Modified:
wt/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-05 04:10:56 UTC (rev 130699)
+++ PKGBUILD 2015-04-05 04:32:31 UTC (rev 130700)
@@ -6,7 +6,7 @@
pkgname=wt
pkgver=3.3.4
_pkgver=3.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -45,7 +45,7 @@
cd ${srcdir}/${pkgname}-${_pkgver}/build
make DESTDIR=${pkgdir} install
- install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
+ install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-3.2/Modules/FindWt.cmake
rm -r ${pkgdir}/usr/cmake
rm -rf $pkgdir/var/run
}
More information about the arch-commits
mailing list