summaryrefslogtreecommitdiffstats
path: root/core/modules/rdns/module.build
blob: 1469a09fb10170f1dd76d7a0212f821035374bb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

fetch_source() {
	:
}

build() {
	mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
	gcc -o "$MODULE_BUILD_DIR/opt/openslx/bin/rdns" "$MODULE_DIR/rdns.c" || perror "Compiling rdns failed."
}

post_copy() {
	:
}