[strongswan] use --bindir, not --with-bindir

Pavel Šimerda pavlix at fedoraproject.org
Mon Apr 14 12:42:35 UTC 2014


commit 3255bf76ff418d7b7c4d603af105143db95ad932
Author: Pavel Šimerda <psimerda at redhat.com>
Date:   Mon Apr 14 14:41:34 2014 +0200

    use --bindir, not --with-bindir

 strongswan.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/strongswan.spec b/strongswan.spec
index 061f901..6ed28da 100644
--- a/strongswan.spec
+++ b/strongswan.spec
@@ -82,13 +82,13 @@ echo "For migration from 4.6 to 5.0 see http://wiki.strongswan.org/projects/stro
 %build
 autoreconf
 # --with-ipsecdir moves internal commands to /usr/libexec/strongswan
-# --with-bindir moves 'pki' command to /usr/libexec/strongswan
+# --bindir moves 'pki' command to /usr/libexec/strongswan
 # See: http://wiki.strongswan.org/issues/552
 %configure --disable-static \
     --with-ipsec-script=%{name} \
     --sysconfdir=%{_sysconfdir}/%{name} \
     --with-ipsecdir=%{_libexecdir}/%{name} \
-    --with-bindir=%{_libexecdir}/%{name} \
+    --bindir=%{_libexecdir}/%{name} \
     --with-ipseclibdir=%{_libdir}/%{name} \
     --with-fips-mode=2 \
     --with-tss=trousers \


More information about the scm-commits mailing list