# HG changeset patch # User Eric Joseph-Alexandre # Date 1220557678 -7200 # Node ID 7d5f8e41334525ead76bcc93fcdc1040ddf1997f # Parent 497b5220b4d66ea406e3d4dbff02d0134115377c Upd: File to 4.26 diff -r 497b5220b4d6 -r 7d5f8e413345 file/receipt --- a/file/receipt Thu Sep 04 21:21:45 2008 +0200 +++ b/file/receipt Thu Sep 04 21:47:58 2008 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="file" -VERSION="4.21" +VERSION="4.26" CATEGORY="system-tools" SHORT_DESC="Retrieve file type." MAINTAINER="erjo@slitaz.org" DEPENDS="" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.linuxfromscratch.org/lfs/" -WGET_URL="ftp://ftp.lfs-matrix.net/pub/lfs/lfs-packages/6.3/$TARBALL" +WEB_SITE="ftp://ftp.gw.com/mirrors/unix/file" +WGET_URL="ftp://ftp.gw.com/mirrors/unix/file/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,7 +26,7 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/file $fs/usr/share strip -s $fs/usr/bin/*