vpnc-scripts: install file to the correct path; from @uggedal.
This commit is contained in:
parent
c7d055d213
commit
8d8226464a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vpnc-scripts'
|
||||
pkgname=vpnc-scripts
|
||||
version=20140806
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
short_desc="Network configuration scripts for VPNC and OpenConnect"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
|
@ -11,5 +11,5 @@ distfiles="ftp://ftp.infradead.org/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
|||
checksum=1f61a6c5ec8a2dab7d5f12c9b438d931e41c6c1c258801ee978d5ed460f4d35f
|
||||
|
||||
do_install() {
|
||||
vinstall vpnc-script 755 usr/libexec/vpnc-scripts/vpnc-script
|
||||
vinstall vpnc-script 755 usr/libexec/vpnc-scripts
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue