mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
206 B

vpnc_premake() {
cat >>Makefile <<EOMF
install:
cp vpnc vpnc-connect vpnc-disconnect $root/$prefix/sbin/ -v -f
cp vpnc.8 $root/$prefix/share/man/man8/ -v -f
EOMF
}
hook_add premake 3 "vpnc_premake"