summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd/module.build
blob: 918401c004eeb21375788297385abd567a94a11f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
}