summaryrefslogtreecommitdiffstats
path: root/extra/blackbox/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-20 15:04:35 +0100
committersibel <lesibel@free.fr>2011-01-20 15:04:35 +0100
commitf03f1e7c738cfcac9663b00503120ab8b725f66f (patch)
tree5622c9e12c7841cf6060a9214e5c96755f029997 /extra/blackbox/Pkgfile
parent1142bea75cc0ddfed28e2aa92b11e78fcbead997 (diff)
downloadnutyx-pakxe-f03f1e7c738cfcac9663b00503120ab8b725f66f.tar.gz
nutyx-pakxe-f03f1e7c738cfcac9663b00503120ab8b725f66f.tar.bz2
nutyx-pakxe-f03f1e7c738cfcac9663b00503120ab8b725f66f.tar.xz
nutyx-pakxe-f03f1e7c738cfcac9663b00503120ab8b725f66f.zip
blackbox, correction patch
Diffstat (limited to 'extra/blackbox/Pkgfile')
-rw-r--r--extra/blackbox/Pkgfile6
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