diff options
author | tnut <tnut at nutyx dot com> | 2011-09-13 20:17:12 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-13 20:17:12 +0200 |
commit | 9caefda271841d4f63c03df4f9e2cef3bb3f0f14 (patch) | |
tree | e1391d69d67c3b97763e6080562c799ee710c886 /telepathy-python | |
parent | 97a18acafd45135db22d82cd2879f8783da901f9 (diff) | |
download | gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.gz gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.bz2 gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.xz gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.zip |
telepathy-python, correction Pkgfile
Diffstat (limited to 'telepathy-python')
-rwxr-xr-x | telepathy-python/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-python/Pkgfile b/telepathy-python/Pkgfile index 1f7b57e..f8fdf81 100755 --- a/telepathy-python/Pkgfile +++ b/telepathy-python/Pkgfile @@ -11,9 +11,11 @@ release=1 source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz) build() { + unset MAKEFLAGS + unset CFLAGS + unset CXXFLAGS cd $name-$version - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/${name%-*} + ./configure --prefix=/usr make make DESTDIR=$PKG install } |