mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-19 17:13:32 +00:00
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
# description : Venom Linux inits stuffs
|
|
# depends : rc
|
|
|
|
name=init
|
|
version=1
|
|
release=1
|
|
source="modules-load"
|
|
|
|
build() {
|
|
install -Dm755 $SRC/modules-load $PKG/usr/sbin/modules-load
|
|
}
|