summaryrefslogblamecommitdiffstats
path: root/core/modules/sshd/module.build
blob: 918401c004eeb21375788297385abd567a94a11f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           




                
         


             
                                                     



                                                                                     
 
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	chmod -R go-rwx "${TARGET_BUILD_DIR}/etc/ssh"

	if [ -n "$MLTK_INSTALL" ] && [ -e "${TARGET_BUILD_DIR}/etc/issue.net" ]; then
		sed -i "s/Mini/Maxi/g" "${TARGET_BUILD_DIR}/etc/issue.net"
	fi
}