diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:09:16 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:09:16 +0000 |
commit | b814fd9ce49ae02f1530afdc82403b1a349f697a (patch) | |
tree | 19b6745a2020f5b7440dfded220c5f7c6dfae44f /vtun/vtun_2.6.oe | |
parent | c0f7acb304a954162b00430fca2bea18e71c923c (diff) |
vtun: install without -o -g
BKrev: 41760f1cWyNFvXu4D3gy9YUpM8oxyg
Diffstat (limited to 'vtun/vtun_2.6.oe')
-rw-r--r-- | vtun/vtun_2.6.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vtun/vtun_2.6.oe b/vtun/vtun_2.6.oe index af46484314..be793f6851 100644 --- a/vtun/vtun_2.6.oe +++ b/vtun/vtun_2.6.oe @@ -17,7 +17,8 @@ do_configure() { oe_runconf --with-lzo-headers=${STAGING_INCDIR} --with-ssl-headers=${STAGING_INCDIR}/openssl } -do_install_append() { +do_install() { + oe_runmake INSTALL_OWNER="" DESTDIR=${D} install install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/vtund install ${S}/scripts/vtund-start.conf ${D}${sysconfdir} |