[arch-commits] Commit in busybox/trunk (PKGBUILD busybox.install)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 23 15:04:07 UTC 2013


    Date: Thursday, May 23, 2013 @ 17:04:07
  Author: spupykin
Revision: 91552

upgpkg: busybox 1.20.2-4

upd

Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/busybox.install

-----------------+
 PKGBUILD        |    2 +-
 busybox.install |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 14:48:01 UTC (rev 91551)
+++ PKGBUILD	2013-05-23 15:04:07 UTC (rev 91552)
@@ -4,7 +4,7 @@
 
 pkgname=busybox
 pkgver=1.20.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("i686" "x86_64")
 url="http://www.busybox.net"

Modified: busybox.install
===================================================================
--- busybox.install	2013-05-23 14:48:01 UTC (rev 91551)
+++ busybox.install	2013-05-23 15:04:07 UTC (rev 91552)
@@ -1,13 +1,13 @@
 post_install() {
-  echo "You may want to do setuid on /bin/busybox"
-  echo "  chmod 4555 /bin/busybox"
+  echo "You may want to do setuid on /usr/bin/busybox"
+  echo "  chmod 4555 /usr/bin/busybox"
 }
 
 pre_upgrade() {
-  busybox stat -c %a bin/busybox >tmp/busybox.upgrade.script
+  busybox stat -c %a usr/bin/busybox >tmp/busybox.upgrade.script
 }
 
 post_upgrade() {
-  [ -f tmp/busybox.upgrade.script ] && busybox chmod `busybox cat tmp/busybox.upgrade.script` bin/busybox
+  [ -f tmp/busybox.upgrade.script ] && busybox chmod `busybox cat tmp/busybox.upgrade.script` usr/bin/busybox
   busybox rm -f tmp/busybox.upgrade.script
 }




More information about the arch-commits mailing list