diff options
Diffstat (limited to 'community/aspell-en/build')
-rwxr-xr-x | community/aspell-en/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/aspell-en/build b/community/aspell-en/build new file mode 100755 index 00000000..d73afbbb --- /dev/null +++ b/community/aspell-en/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure + +make +make DESTDIR="$1" install |