diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-17 17:55:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-17 17:55:52 +0300 |
commit | 3ee0fe4d6a6e99c51c11993d32d64adde00b1b1d (patch) | |
tree | dea4f8c3c5365fbcce7dcb8d6d1e9fe7c5e04268 /personal/aspell-de/build | |
parent | dbd66efbb042b12b1e973399c9d8d262cebc0361 (diff) | |
download | repository-3ee0fe4d6a6e99c51c11993d32d64adde00b1b1d.tar.gz |
aspell-de: lmao I forgot to write the build
Diffstat (limited to 'personal/aspell-de/build')
-rwxr-xr-x | personal/aspell-de/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/personal/aspell-de/build b/personal/aspell-de/build index 270ae64..d73afbb 100755 --- a/personal/aspell-de/build +++ b/personal/aspell-de/build @@ -1 +1,6 @@ #!/bin/sh -e + +./configure + +make +make DESTDIR="$1" install |