Update aufs3-util
This commit is contained in:
parent
71e7bd2c91
commit
0aab3ffb47
1 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=aufs3-util
|
pkgname=aufs3-util
|
||||||
_gitbranch=3.9
|
_gitbranch=3.9
|
||||||
pkgver=20140108
|
pkgver=20140414
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Another Unionfs Implementation that supports NFS branches"
|
pkgdesc="Another Unionfs Implementation that supports NFS branches"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,9 +18,13 @@ pkgver() {
|
||||||
date -d @$(git log -n1 --pretty=format:%ct) '+%Y%m%d'
|
date -d @$(git log -n1 --pretty=format:%ct) '+%Y%m%d'
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
prepare () {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}"
|
||||||
sed -i 's/($|\\\\.x)/($|\\\\.x|-[0-9]*$)/' ver.c
|
sed -i 's/($|\\\\.x)/($|\\\\.x|-[0-9]*$)/' ver.c
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/${pkgname}"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue