Pārlūkot izejas kodu

add install wrapper to avoid -o/-g usage

Waldemar Brodkorb 15 gadi atpakaļ
vecāks
revīzija
32c0cdc3aa
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      scripts/install

+ 7 - 0
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