From 31eaf31e8d9ba19b20ab5e8230907b41f4d00685 Mon Sep 17 00:00:00 2001 From: Jesse Young Date: Mon, 1 Nov 2010 10:19:29 -0500 Subject: [PATCH] Add contrib directory to /usr/share/openvpn Signed-off-by: Jesse Young --- PKGBUILD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ebaa84d..af94fc6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,6 +31,9 @@ build() { # Install examples install -d -m755 $pkgdir/usr/share/openvpn cp -r sample-config-files $pkgdir/usr/share/openvpn/examples || return 1 + # Install contrib + install -d -m755 $pkgdir/usr/share/openvpn/contrib + cp -r contrib $pkgdir/usr/share/openvpn || return 1 find $pkgdir/usr/share/openvpn -type f -exec chmod 644 {} \; find $pkgdir/usr/share/openvpn -type d -exec chmod 755 {} \; # Install license -- 1.7.3.2