diff options
author | Cem Keylan <cem@ckyln.com> | 2021-10-05 12:09:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-10-05 12:09:12 +0300 |
commit | e4c93f0643152c2ef4bb7cd5d60297d8d0fb8a47 (patch) | |
tree | cdaafb1b94093489aaa9af560f70bed9719c9f9f /extra/libgrapheme/build | |
parent | 10253bc65d144f3dea804dacca4af08e029e45fd (diff) | |
download | repository-e4c93f0643152c2ef4bb7cd5d60297d8d0fb8a47.tar.gz |
libgrapheme: add new package at git
Diffstat (limited to 'extra/libgrapheme/build')
-rwxr-xr-x | extra/libgrapheme/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/libgrapheme/build b/extra/libgrapheme/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/extra/libgrapheme/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |