diff options
Diffstat (limited to 'gnome/gnome-python-extras/Pkgfile')
-rw-r--r-- | gnome/gnome-python-extras/Pkgfile | 4 |
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 } |