| … | |
… | |
| 25 | |
25 | |
| 26 | for x in bin etc init.d sbin src rc-lists man ; do |
26 | for x in bin etc init.d sbin src rc-lists man ; do |
| 27 | cp -ax $x ${DEST} |
27 | cp -ax $x ${DEST} |
| 28 | done |
28 | done |
| 29 | |
29 | |
|
|
30 | # do not yet package src/core stuff |
|
|
31 | rm -rf ${DEST}/src/core |
|
|
32 | |
| 30 | # copy net-scripts and remove older stuff |
33 | # copy net-scripts and remove older stuff |
| 31 | install -d -m0755 ${DEST}/lib/rcscripts |
34 | install -d -m0755 ${DEST}/lib/rcscripts |
| 32 | cp -ax net-scripts/init.d ${DEST} |
35 | cp -ax net-scripts/init.d ${DEST} |
| 33 | cp -ax net-scripts/net.modules.d ${DEST}/lib/rcscripts |
36 | cp -ax net-scripts/net.modules.d ${DEST}/lib/rcscripts |
| 34 | cp -ax net-scripts/conf.d ${DEST}/etc |
37 | cp -ax net-scripts/conf.d ${DEST}/etc |