diff options
Diffstat (limited to 'extra/blackbox/Pkgfile')
-rw-r--r-- | extra/blackbox/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/blackbox/Pkgfile b/extra/blackbox/Pkgfile index 01fd8b0ed..d22cc5eeb 100644 --- a/extra/blackbox/Pkgfile +++ b/extra/blackbox/Pkgfile @@ -8,12 +8,12 @@ name=blackbox version=0.70.1 release=3 -source=(http://downloads.sourceforge.net/blackboxwm/$name-$version.tar.bz2\ - http://nutyx.meticul.eu/files/patchs/$name/gcc43.patch) +source=(http://downloads.sourceforge.net/blackboxwm/$name-$version.tar.bz2 + $name-gcc43.patch) build() { cd $name-$version - patch -Np1 -i ../gcc43.patch + patch -Np1 -i ../$name-gcc43.patch ./configure --prefix=/usr\ --mandir=/usr/share/man make |