clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since b34085fc was 163a6701, checked in by Jim Gifford <clfs@…>, 19 years ago |
r720@server (orig r718): jim | 2005-11-18 08:06:26 -0800
Added bootscripts to cross-lfs svn
|
-
Property mode
set to
100644
|
File size:
207 bytes
|
Rev | Line | |
---|
[163a6701] | 1 | ETCDIR=/etc
|
---|
| 2 | EXTDIR=${DESTDIR}${ETCDIR}
|
---|
| 3 | MODE=754
|
---|
| 4 | DIRMODE=755
|
---|
| 5 | CONFMODE=644
|
---|
| 6 |
|
---|
| 7 | install:
|
---|
| 8 | install -d -m ${DIRMODE} ${DESTDIR}/lib/lsb
|
---|
| 9 | install -m ${CONFMODE} lib/init-functions ${DESTDIR}/lib/lsb
|
---|
| 10 |
|
---|
| 11 | .PHONY: install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.