Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 20 years ago
parent
commit
68dd7b3597
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      misc/tools-source/install_wrapper.sh

+ 6
- 0
misc/tools-source/install_wrapper.sh

@ -42,6 +42,12 @@ while [ $# -gt 0 ]; do
newcommand="$newcommand $1 $2"
shift 1
;;
-s|--strip)
if [[ "$ROCKCFG_DEBUG" = 0 || $command != *install ]]
then
newcommand="$newcommand $1"
fi
;;
-*)
newcommand="$newcommand $1"
;;

Loading…
Cancel
Save