Fix copy and paste error in NCurses optional package section

This commit is contained in:
Ingo Weinhold 2013-04-27 03:13:37 +02:00
parent 6ff8ef530d
commit abfcf6aa3f

View File

@ -992,7 +992,7 @@ if [ IsOptionalHaikuImagePackageAdded Nano ] {
# NCurses
if [ IsOptionalHaikuImagePackageAdded Nano ] {
if [ IsOptionalHaikuImagePackageAdded NCurses ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package NCurses available for $(TARGET_ARCH)" ;
} else {