summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
Diffstat (limited to 'gnome')
-rw-r--r--gnome/gnome-python-extras/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/gnome-python-extras/Pkgfile b/gnome/gnome-python-extras/Pkgfile
index 52bd84b9c..4c5f9aa42 100644
--- a/gnome/gnome-python-extras/Pkgfile
+++ b/gnome/gnome-python-extras/Pkgfile
@@ -7,11 +7,11 @@
name=gnome-python-extras
version=2.25.3
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=$GNOME_PREFIX
make
make DESTDIR=$PKG install
}