diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 17:55:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 17:55:44 +0300 |
commit | bd99654935247d243d2ede127a4bc791a6531dc2 (patch) | |
tree | ccc0e4393a881cf34b94b41d6e45c2b204ee24f4 /xscreenshot/build | |
parent | 67596087b9654e7503e55d59dd6b7d60c86ea359 (diff) | |
download | repository-bd99654935247d243d2ede127a4bc791a6531dc2.tar.gz |
xscreenshot: add new package at git
Diffstat (limited to 'xscreenshot/build')
-rwxr-xr-x | xscreenshot/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xscreenshot/build b/xscreenshot/build new file mode 100755 index 0000000..954aa1f --- /dev/null +++ b/xscreenshot/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |