diff options
-rwxr-xr-x | extra/cups/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/cups/Pkgfile b/extra/cups/Pkgfile index b22c59089..b83f8067d 100755 --- a/extra/cups/Pkgfile +++ b/extra/cups/Pkgfile @@ -7,14 +7,15 @@ name=cups version=1.4.6 -release=1 +release=2 source=( http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2\ cups) build() { source /etc/blfs-bootscripts - 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 +# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version ./configure --prefix=/usr \ |