]> git.armaanb.net Git - asd-repo.git/blob - junk/mtm/build
Create junk repo
[asd-repo.git] / junk / mtm / build
1 #!/usr/bin/sh -e
2
3 patch -p1 < musl.patch
4
5 mkdir -p "$1/usr/bin" "$1/usr/man/man1"
6
7 make DESTDIR=/usr CFLAGS="-DNCURSESW_INCLUDE_H=\<curses.h\>"
8 make DESTDIR="$1/usr/" install