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

Pierre Schmitz pierre at archlinux.org
Sun May 2 13:03:45 UTC 2010


    Date: Sunday, May 2, 2010 @ 09:03:44
  Author: pierre
Revision: 79248

upgpkg: aufs2 2.6.33_20100425-2
fix typo

Modified:
  aufs2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-02 12:21:06 UTC (rev 79247)
+++ PKGBUILD	2010-05-02 13:03:44 UTC (rev 79248)
@@ -3,7 +3,7 @@
 
 pkgname=aufs2
 pkgver=2.6.33_20100425
-pkgrel=1
+pkgrel=2
 _kernver=${pkgver%_*}-ARCH
 pkgdesc="Another Unionfs Implementation"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HNOTIFY = y|' \
+  sed -i 's|CONFIG_AUFS_HNOTIFY =.*|CONFIG_AUFS_HNOTIFY = y|' \
      config.mk || return 1
-  sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HFSNOTIFY = y|' \
+  sed -i 's|CONFIG_AUFS_HFSNOTIFY =.*|CONFIG_AUFS_HFSNOTIFY = y|' \
      config.mk || return 1
   sed -i 's|CONFIG_AUFS_EXPORT =.*|CONFIG_AUFS_EXPORT = y|' \
      config.mk || return 1




More information about the arch-commits mailing list