summaryrefslogblamecommitdiffstats
path: root/core/modules/mgmt-sshd/module.build
blob: 4efccbe9b4db6cb6c64254b856b1b491e3413465 (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"
}