diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 20:09:09 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 20:09:09 +0200 |
| commit | 9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch) | |
| tree | 114dea73035cef5daa129fec4da31febf292dd66 /scripts/install | |
| parent | d797df53c90b50b326fb0f39a6928e207e1cbe1d (diff) | |
| parent | 4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/install')
| -rwxr-xr-x | scripts/install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install new file mode 100755 index 000000000..da14ec8ca --- /dev/null +++ b/scripts/install @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +cmd=$(echo "$@"|sed -e "s#\(-o\|-g\) [0-9]*##g") +/usr/bin/install $cmd |
