]> git.armaanb.net Git - asd-repo.git/blob - junk/mu/build
Create junk repo
[asd-repo.git] / junk / mu / build
1 #!/usr/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --disable-gtk \
6     --disable-webkit \
7     --disable-rpath
8
9 make
10 make DESTDIR="$1" install