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