diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:05:59 +0300 |
commit | db173b838cf4103e8ef99039f2cdf24d8d041d37 (patch) | |
tree | 9a85aea152f9ec724797c51474d7772ff0d1a350 /extra/hicolor-icon-theme/build | |
parent | a8738960bdd1bea0264a042e86acf23fc838b0e2 (diff) | |
download | repository-db173b838cf4103e8ef99039f2cdf24d8d041d37.tar.gz |
hicolor-icon-theme: move to extra
Diffstat (limited to 'extra/hicolor-icon-theme/build')
-rwxr-xr-x | extra/hicolor-icon-theme/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/hicolor-icon-theme/build b/extra/hicolor-icon-theme/build new file mode 100755 index 00000000..c647b8ef --- /dev/null +++ b/extra/hicolor-icon-theme/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make DESTDIR="$1" install |