diff options
Diffstat (limited to 'community/vimpc/build')
-rwxr-xr-x | community/vimpc/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/vimpc/build b/community/vimpc/build new file mode 100755 index 00000000..1ba8e135 --- /dev/null +++ b/community/vimpc/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +autoreconf -i + +./configure \ + --prefix=/usr \ + --enable-taglib=no + +make +make DESTDIR="$1" install |