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:
e80c658
)
madwifi-modules: added fix allowing two successive do_stage to succeed.
author
Martin Dietze
<di@fh-wedel.de>
Fri, 15 Sep 2006 08:49:00 +0000
(08:49 +0000)
committer
Martin Dietze
<di@fh-wedel.de>
Fri, 15 Sep 2006 08:49:00 +0000
(08:49 +0000)
packages/madwifi/madwifi-modules_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/madwifi/madwifi-modules_cvs.bb
b/packages/madwifi/madwifi-modules_cvs.bb
index
bc89d84
..
826cfc5
100644
(file)
--- a/
packages/madwifi/madwifi-modules_cvs.bb
+++ b/
packages/madwifi/madwifi-modules_cvs.bb
@@
-40,7
+40,7
@@
do_stage() {
install -m 0644 net80211/*.h ${STAGING_INCDIR}/madwifi/net80211/
install -m 0644 include/compat.h ${STAGING_INCDIR}/madwifi/include/
cd ${STAGING_INCDIR}/madwifi/net80211/
- ln -s ../include/compat.h .
+
rm -f compat.h;
ln -s ../include/compat.h .
}
pkg_postinst() {