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.

12 lines
281 B

  1. prefix=opt/nx
  2. set_confopt
  3. freenx_cm() {
  4. for i in nxnode nxserver nxsetup nxkeygen nxnode-login nxloadconfig; do
  5. install -v $i $root/$prefix/bin/$i
  6. done
  7. mkdir -p $root/etc/nxserver
  8. install -v node.conf.sample $root/etc/nxserver/node.conf.sample
  9. }
  10. custmain="freenx_cm"