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

prefix=opt/nx
set_confopt
freenx_cm() {
for i in nxnode nxserver nxsetup nxkeygen nxnode-login nxloadconfig; do
install -v $i $root/$prefix/bin/$i
done
mkdir -p $root/etc/nxserver
install -v node.conf.sample $root/etc/nxserver/node.conf.sample
}
custmain="freenx_cm"