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

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