diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-17 13:49:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-17 13:49:55 +0300 |
commit | 68a64a175b87807ffc14f6623dff080dfd147ba2 (patch) | |
tree | 495d3475df34bb1172fa39ba5ce3e3f328a3a643 /personal/aspell-tr/build | |
parent | 8c3a4a96fceef3ed1f054c58257d4268b1933b73 (diff) | |
download | repository-68a64a175b87807ffc14f6623dff080dfd147ba2.tar.gz |
aspell-tr: add new package at 0.50.0
Diffstat (limited to 'personal/aspell-tr/build')
-rwxr-xr-x | personal/aspell-tr/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/personal/aspell-tr/build b/personal/aspell-tr/build new file mode 100755 index 0000000..d73afbb --- /dev/null +++ b/personal/aspell-tr/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure + +make +make DESTDIR="$1" install |