diff options
author | xf005570@ <xf005570@> | 2003-09-24 20:36:16 +0000 |
---|---|---|
committer | xf005570@ <xf005570@> | 2003-09-24 20:36:16 +0000 |
commit | f840a3cc5733f84de792574d80c0748f479d68ab (patch) | |
tree | 254e0772b06848a0c08ae0828a3c1e8db13a07f7 /content/sysvinit-2.85.oe | |
parent | 36d67e9252695b4055b209856012f79f21e1cc28 (diff) |
Add libtool-1.5, and remove some remnant bashisms.
BKrev: 3f720040fQhmmSvvdBWSiYWsBXmDHA
Diffstat (limited to 'content/sysvinit-2.85.oe')
-rw-r--r-- | content/sysvinit-2.85.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/sysvinit-2.85.oe b/content/sysvinit-2.85.oe index 04c2045803..1eb13c3751 100644 --- a/content/sysvinit-2.85.oe +++ b/content/sysvinit-2.85.oe @@ -13,7 +13,9 @@ CFLAGS_prepend = "-D_GNU_SOURCE " export LCRYPT = "-lcrypt" do_install () { - install -d ${D}/{usr/{,s}bin,sbin,etc/{default,init.d}} + install -d ${D}/${bindir} ${D}/${sbindir} \ + ${D}/sbin ${D}/${sysconfdir}/default \ + ${D}/${sysconfdir}/init.d # install -m 755 debian/sysv-rc/sbin/invoke-rc.d \ # debian/sysv-rc/sbin/update-rc.d ${D}/usr/sbin/ install -m 755 halt killall5 \ |