This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
recipes/rc/recipe.spec

32 lines
361 B
Plaintext

name: rc
version: 0.0.3
release: 1
sources:
- group
- inittab
- mdev.conf
- passwd
- rc
- rc.conf
- rc.fix
- rc.local
- rc.modules
- rc.multi
- rc.shutdown
- rc.single
- sysctl.conf
- profile
@configure
true
@build
true
@install
mkdir -p '%{pkg}/proc'
mkdir -p '%{pkg}/sys'
mkdir -p '%{pkg}/dev'
mkdir -p '%{pkg}/etc'
cp * '%{pkg}/etc/'