commit 3ee0fe4d6a6e99c51c11993d32d64adde00b1b1d parent dbd66efbb042b12b1e973399c9d8d262cebc0361 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 17 Jul 2020 17:55:52 +0300 aspell-de: lmao I forgot to write the build Diffstat:
M | personal/aspell-de/build | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/personal/aspell-de/build b/personal/aspell-de/build @@ -1 +1,6 @@ #!/bin/sh -e + +./configure + +make +make DESTDIR="$1" install