summaryrefslogtreecommitdiff
path: root/community/pwsafe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pwsafe/PKGBUILD')
-rw-r--r--community/pwsafe/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD
index d95d4e563..74fbd3a1e 100644
--- a/community/pwsafe/PKGBUILD
+++ b/community/pwsafe/PKGBUILD
@@ -21,7 +21,7 @@ build() {
# Patch from fedora, fixes FS#28339
patch -Np0 -i ../pwsafe-XChangeProperty.patch
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}