diff options
Diffstat (limited to 'extra/xonclock/Pkgfile')
-rw-r--r-- | extra/xonclock/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/xonclock/Pkgfile b/extra/xonclock/Pkgfile index 4db523734..a88727801 100644 --- a/extra/xonclock/Pkgfile +++ b/extra/xonclock/Pkgfile @@ -7,11 +7,11 @@ name=xonclock version=0.0.9.2 release=1 -source=(http://downloads.sourceforge.net/sourceforge/$name/xonclock-0.0.9.2/$name-$version.tar.gz) +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version - ./configure + ./configure --prefix=/usr make make DESTDIR=$PKG install |