diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/bash_2.05b.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bash_2.05b.oe b/bash/bash_2.05b.oe index cb716d37ff..3c1b0a8ca4 100644 --- a/bash/bash_2.05b.oe +++ b/bash/bash_2.05b.oe @@ -7,6 +7,9 @@ SRC_URI = ${GNU_MIRROR}/bash/bash-2.05b.tar.gz \ inherit autotools +bindir=/bin +sbindir=/sbin + EXTRA_OECONF = --with-curses BUILD_CPPFLAGS_append = " -I${S} -I${S}/include" BUILD_CFLAGS_append = " -I${S} -I${S}/include" |