extra/aufs2 to 2.6.38_20110314-5

This commit is contained in:
Kevin Mihelich 2011-05-17 09:21:17 -04:00
parent 0b46ac0cae
commit 3327de2a75
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 119114 2011-04-11 06:47:10Z tpowa $
# $Id: PKGBUILD 120532 2011-04-24 18:43:57Z tpowa $
# Maintainer: Paul Mattal <pjmattal@elys.com>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
@ -8,7 +8,7 @@ plugrel=1
pkgname=aufs2
pkgver=2.6.38_20110314
pkgrel=4
pkgrel=5
#_kernver=${pkgver%_*}-ARCH
_kernver=2.6.38
pkgdesc="Another Unionfs Implementation"

View file

@ -1,5 +1,5 @@
post_install() {
KERNEL_VERSION=2.6.38
KERNEL_VERSION=2.6.38-ARCH
depmod $KERNEL_VERSION
}