diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-01 16:51:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-01 16:51:21 +0300 |
commit | 61c2c7061681e1c23ee51ceedfbbf1be5a54926e (patch) | |
tree | 9f3c00ef399df42a59f50af1a8cae1bb5fbcb41b /personal/pamixer/build | |
parent | e231210d1a5663fc6d38941ad746cf3d2c3fc9bf (diff) | |
download | repository-61c2c7061681e1c23ee51ceedfbbf1be5a54926e.tar.gz |
pamixer: add new package at git
Diffstat (limited to 'personal/pamixer/build')
-rwxr-xr-x | personal/pamixer/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/personal/pamixer/build b/personal/pamixer/build new file mode 100755 index 0000000..9d93b54 --- /dev/null +++ b/personal/pamixer/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +install -Dm755 pamixer "$1/usr/bin/pamixer" |