Update libcxxfileno - headers to include/
This commit is contained in:
parent
25bb8ad375
commit
a946e4104c
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ install=
|
||||||
source=("git+https://github.com/stephenrkell/libcxxfileno")
|
source=("git+https://github.com/stephenrkell/libcxxfileno")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd "$srcdir/${_pkgname}"
|
||||||
|
sed -i '1ipkgincludedir=$(includedir)' include/Makefile.am
|
||||||
|
}
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$srcdir/${_pkgname}"
|
cd "$srcdir/${_pkgname}"
|
||||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
|
|
Loading…
Reference in a new issue