[arch-commits] Commit in openal/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Mar 15 08:56:17 UTC 2009
Date: Sunday, March 15, 2009 @ 04:56:17
Author: allan
Revision: 29969
upgpkg: openal 1.7.411-1
Modified:
openal/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-15 08:53:42 UTC (rev 29968)
+++ PKGBUILD 2009-03-15 08:56:17 UTC (rev 29969)
@@ -1,6 +1,6 @@
# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
# Contributer: Jason Chu <jchu at xentac.net>
-# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=openal
pkgver=1.7.411
@@ -17,10 +17,10 @@
md5sums=('e8a14e6e0591b943c078c0616da0d413')
build() {
- cd ${startdir}/src/${pkgname}-soft-${pkgver}
+ cd ${srcdir}/${pkgname}-soft-${pkgver}
mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. || return 1
make || return 1
- make DESTDIR=${startdir}/pkg/ install || return 1
+ make DESTDIR=${pkgdir}/ install || return 1
}
More information about the arch-commits
mailing list