wok diff openvpn-pam/receipt @ rev 16239

ARM: gtk cross compile (exporting LIBTOOL to use cross tool was the fix)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 02 23:48:03 2014 +0200 (2014-04-02)
parents b6e081f5fdbc
children f498b54a20cd
line diff
     1.1 --- a/openvpn-pam/receipt	Thu Jan 16 10:28:08 2014 +0000
     1.2 +++ b/openvpn-pam/receipt	Wed Apr 02 23:48:03 2014 +0200
     1.3 @@ -17,6 +17,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/openvpn
     1.7 -	cp -a $src/plugins/auth-pam/.libs/openvpn-plugin-auth-pam.so \
     1.8 +	cp -a $src/src/plugins/auth-pam/.libs/openvpn-plugin-auth-pam.so \
     1.9  		$fs/usr/share/openvpn
    1.10  }