diff options
author | Matthias Hentges <oe@hentges.net> | 2004-10-12 19:25:17 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-10-12 19:25:17 +0000 |
commit | 690e2276c1467a39f9669dccd88c78a14242203a (patch) | |
tree | de442b9cdc93c0112424e43d8989fbeed01a822e /db/db3_3.2.9.oe | |
parent | 16d83cd85f9d0600c709b7301acecaa091f8a680 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/mhentges/OpenEmbedded/packages
2004/10/12 19:55:48+02:00 handhelds.org!CoreDump
Typo fix
2004/10/12 16:49:04+02:00 handhelds.org!CoreDump
Update -feed.oe to match the updated sections
BKrev: 416c2f9dIbd2GrZneTcr8Uk80TC3AQ
Diffstat (limited to 'db/db3_3.2.9.oe')
-rw-r--r-- | db/db3_3.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 33ec4607ce..820d03d3d1 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -36,7 +36,7 @@ do_configure_prepend () { echo "DB_VERSION_PATCH=$DB_VERSION_PATCH" && echo "AC_SUBST(DB_VERSION_STRING)" && echo "AC_DEFINE(DB_VERSION_STRING, [$DB_VERSION_STRING])" && - echo "DB_VERSION_STRING=\"\\"\$DB_VERSION_STRING\\"\"" && + echo "DB_VERSION_STRING=\"\\\"\$DB_VERSION_STRING\\\"\"" && echo "])dnl") > acinclude.m4 ) } |