aboutsummaryrefslogtreecommitdiff
path: root/community/vimpc/build
blob: 1ba8e135cde5812068fee5bb47046e464302c964 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

autoreconf -i

./configure \
    --prefix=/usr \
    --enable-taglib=no

make
make DESTDIR="$1" install