From 32c0cdc3aab19b90cab5660ed883190a70f86ce6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 1 Aug 2010 15:19:23 +0200 Subject: add install wrapper to avoid -o/-g usage --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/install (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install new file mode 100755 index 000000000..546fc583b --- /dev/null +++ b/scripts/install @@ -0,0 +1,7 @@ +#!/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. +set -x + +cmd=$(echo "$@"|sed -e "s#\(-o\|-g\) [0-9]*##g") +/usr/bin/install $cmd -- cgit v1.2.3