diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index e473f58e7b..9592c79845 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -179,7 +179,7 @@ do_install_append() { | |||
| 179 | 179 | ||
| 180 | # install COPYRIGHT README HISTORY | 180 | # install COPYRIGHT README HISTORY |
| 181 | install -d -m 0755 ${D}${docdir}/${BPN} | 181 | install -d -m 0755 ${D}${docdir}/${BPN} |
| 182 | for i in ${B}/{COPYRIGHT,README,HISTORY} ${B}/doc/{KNOWN_BUGS,MISSING_FEATURES,README*,bug.template}; do | 182 | for i in ${B}/COPYRIGHT ${B}/README ${B}/HISTORY ${B}/doc/KNOWN_BUGS ${B}/doc/MISSING_FEATURES ${B}/doc/README* ${B}/doc/bug.template; do |
| 183 | [ -f $i ] && install $i ${D}${docdir}/${BPN} | 183 | [ -f $i ] && install $i ${D}${docdir}/${BPN} |
| 184 | done | 184 | done |
| 185 | 185 | ||
