summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 909b72f16100..216a2eaae1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ backup=('etc/odoo/odoo.conf')
install=odoo.install
build() {
- cd ${srcdir}/${pkgname}-${pkgver}.post${_pkgsubver}
+ cd ${srcdir}/${pkgname}-${pkgver}.${_pkgsubver}
python setup.py build
}