wok diff openvpn-pam/receipt @ rev 16179

8086tiny: fix build for arm (no graphic dont build...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 17:45:53 2014 +0200 (2014-03-30)
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	Sun Mar 30 17:45:53 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  }