diff options
-rwxr-xr-x | kde/raptor/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde/raptor/Pkgfile b/kde/raptor/Pkgfile index a162cc3d3..da02cf3b6 100755 --- a/kde/raptor/Pkgfile +++ b/kde/raptor/Pkgfile @@ -7,11 +7,11 @@ name=raptor version=1.4.21 -release=2 -source=(http://download.librdf.org/source/$name-$version.tar.gz) +release=1 +source=(http://download.librdf.org/source/raptor-$version.tar.gz) build() { - cd $name-$version + cd raptor-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static |