Fixed the dialog overlay bundle

This commit is contained in:
bauen1 2017-11-16 20:19:50 +01:00
parent 0149ee2313
commit f9e772420b
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -19,8 +19,7 @@ rm -rf $DESTDIR
# Configure dialog
echo "Configuring dialog..."
CFLAGS="$CFLAGS" ./configure \
--prefix=/usr \
--with-ncursesw
--prefix=/usr
echo "Building dialog..."
make -j $NUM_JOBS