From 25c65b11683f846c19b56c00465a80093e06f8df Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Apr 2012 16:48:22 +0200 Subject: [PATCH] busybox: update to 1.19.4. --- srcpkgs/busybox/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 589f403af68..daed4fb5c0c 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,13 +1,12 @@ # Build template for 'busybox'. pkgname=busybox -version=1.19.3 -revision=1 +version=1.19.4 homepage="http://www.busybox.net" distfiles="${homepage}/downloads/busybox-$version.tar.bz2" short_desc="The Swiss Army Knife of Embedded Linux" maintainer="Juan RP " license="GPL-2" -checksum=a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0 +checksum=9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee long_desc=" BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you @@ -30,6 +29,4 @@ do_install() { # Create /usr/bin/vi symlink for base. vmkdir usr/bin cd ${DESTDIR}/usr/bin && ln -sf ../../bin/busybox vi - # Create /bin/eject symlink for base. - cd ${DESTDIR}/bin && ln -sf busybox eject }