git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f7acb
)
vtun: install without -o -g
author
Bruno Randolf
<br1@subnet.at>
Wed, 20 Oct 2004 07:09:16 +0000
(07:09 +0000)
committer
Bruno Randolf
<br1@subnet.at>
Wed, 20 Oct 2004 07:09:16 +0000
(07:09 +0000)
BKrev: 41760f1cWyNFvXu4D3gy9YUpM8oxyg
vtun/vtun_2.6.oe
patch
|
blob
|
history
diff --git
a/vtun/vtun_2.6.oe
b/vtun/vtun_2.6.oe
index
af46484
..
be793f6
100644
(file)
--- 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}