diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-23 08:46:56 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-23 08:46:56 +0100 |
commit | be8b4f05bd396634d6e9e7328da718f3a96048a6 (patch) | |
tree | c9e82423ec5c72d3bec10e6ddb9209094db14d59 /community/pypanel/PKGBUILD | |
parent | 30ffb98098a280f778d7361817ee2a860c868a1b (diff) | |
parent | a42cd7aaabfdb3ecc0a538548e8dbcc7ca860b2d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/drbd/PKGBUILD
extra/cfitsio/PKGBUILD
extra/gstreamer/PKGBUILD
libre/gstreamer0.10-bad-libre/PKGBUILD
Diffstat (limited to 'community/pypanel/PKGBUILD')
-rw-r--r-- | community/pypanel/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pypanel/PKGBUILD b/community/pypanel/PKGBUILD index 49f1839a7..9ede2ca27 100644 --- a/community/pypanel/PKGBUILD +++ b/community/pypanel/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 57834 2011-11-03 10:22:57Z lfleischer $ +# $Id: PKGBUILD 86770 2013-03-22 00:26:29Z eric $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Jeff Mickey <j@codemac.net> # Contributor: Mr Green @@ -15,7 +15,7 @@ depends=('python2' 'x-server' 'python-xlib' 'imlib2' 'libxft') source=("http://downloads.sourceforge.net/sourceforge/pypanel/PyPanel-${pkgver}.tar.gz") md5sums=('f1f9a2ed80be72ab36e748833618daba') -build() { +package() { cd "${srcdir}/PyPanel-${pkgver}" python2 setup.py install --root="${pkgdir}" } |