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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 12 23:37:42 UTC 2013


    Date: Monday, May 13, 2013 @ 01:37:41
  Author: seblu
Revision: 90508

upgpkg: ext4magic 0.3.1-2

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  ext4magic/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 23:35:57 UTC (rev 90507)
+++ PKGBUILD	2013-05-12 23:37:41 UTC (rev 90508)
@@ -3,18 +3,18 @@
 
 pkgname=ext4magic
 pkgver=0.3.1
-pkgrel=1
-pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
 arch=('i686' 'x86_64')
 url='http://developer.berlios.de/projects/ext4magic/'
 license=('GPL2')
 depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz") 
+source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('59c194b71e33aa6bd098b91f802e67d5')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 




More information about the arch-commits mailing list