[arch-commits] Commit in cryptsetup/trunk (PKGBUILD)

Tom Gundersen tomegun at nymeria.archlinux.org
Thu May 30 17:42:08 UTC 2013


    Date: Thursday, May 30, 2013 @ 19:42:08
  Author: tomegun
Revision: 186715

upgpkg: cryptsetup 1.6.1-2

usrmove

Modified:
  cryptsetup/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 17:41:26 UTC (rev 186714)
+++ PKGBUILD	2013-05-30 17:42:08 UTC (rev 186715)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=cryptsetup
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Userspace setup tool for transparent encryption of block devices using dm-crypt"
 arch=(i686 x86_64)
 license=('GPL')
@@ -31,4 +31,8 @@
   # install hook
   install -D -m644 "${srcdir}"/encrypt_hook "${pkgdir}"/usr/lib/initcpio/hooks/encrypt
   install -D -m644 "${srcdir}"/encrypt_install "${pkgdir}"/usr/lib/initcpio/install/encrypt
+
+  # usrmove
+  cd "$pkgdir"/usr
+  mv sbin bin
 }




More information about the arch-commits mailing list