]> git.armaanb.net Git - asd-repo.git/blob - junk/joe/build
Create junk repo
[asd-repo.git] / junk / joe / build
1 #!/usr/bin/sh -e
2
3 sed -i '422s|/\.|/.config/joe/|g' joe/main.c
4
5 ./configure \
6     --prefix=/usr \
7     --sysconfdir=/etc
8
9 make
10 make DESTDIR="$1" install