commit c164b8f84370110302f20d8f93aa5a797efe98a3 Author: Matt Housh <jaeger@crux.ninja> Date: Thu Aug 27 10:13:08 2015 -0500 ncurses: removed superfluous escaping diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index db4db80..e253481 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -10,14 +10,14 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version - local OPTIONS="\ ---with-install-prefix=$PKG \ ---prefix=/usr \ ---mandir=/usr/share/man \ ---with-normal \ ---with-shared \ ---without-debug \ ---without-ada \ + local OPTIONS=" +--with-install-prefix=$PKG +--prefix=/usr +--mandir=/usr/share/man +--with-normal +--with-shared +--without-debug +--without-ada --without-tests --enable-pc-files "