diff options
author | orchidman <lesibel@free.fr> | 2011-10-31 17:28:51 +0100 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-31 17:28:51 +0100 |
commit | f4f706c682ff1c7c4fa0e88fc6a7be8d97fec641 (patch) | |
tree | a843741d4dce0a128b8cb7078894f67ca51527d3 | |
parent | 146ce01ac8c7f904f2e7fe161fbf26483ff3e587 (diff) | |
download | nutyx-extra-f4f706c682ff1c7c4fa0e88fc6a7be8d97fec641.tar.gz nutyx-extra-f4f706c682ff1c7c4fa0e88fc6a7be8d97fec641.tar.bz2 nutyx-extra-f4f706c682ff1c7c4fa0e88fc6a7be8d97fec641.tar.xz nutyx-extra-f4f706c682ff1c7c4fa0e88fc6a7be8d97fec641.zip |
portmap 6.0-3 correction url scripts
-rwxr-xr-x | extra/portmap/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/portmap/Pkgfile b/extra/portmap/Pkgfile index 4689ac406..eaa6f3a2b 100755 --- a/extra/portmap/Pkgfile +++ b/extra/portmap/Pkgfile @@ -7,14 +7,15 @@ name=portmap version=6.0 -release=2 +release=3 source=( http://neil.brown.name/$name/$name-$version.tgz\ http://nutyx.meticul.eu/files/patchs/$name/portmap-nutyx-01.patch) build() { source /etc/blfs-bootscripts -wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +#wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 +wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd ${name}_$version |