diff options
author | Cedric Schieli <cschieli@gmail.com> | 2010-03-21 12:32:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-31 08:31:54 +0000 |
commit | 29027806d47fb26652308bb1265765a8db82c76f (patch) | |
tree | d6532423c12c4a6fa651e387cddc50d32e2c21e3 /main/xe-guest-utilities/no_bash_dependency.patch | |
parent | 95e8811c0c11689b0a75ab12313dc5c45d0204b9 (diff) | |
download | aports-29027806d47fb26652308bb1265765a8db82c76f.tar.bz2 aports-29027806d47fb26652308bb1265765a8db82c76f.tar.xz |
main/xe-guest-utilities: new aport
Signed-off-by: Cedric Schieli <cschieli@gmail.com>
Diffstat (limited to 'main/xe-guest-utilities/no_bash_dependency.patch')
-rw-r--r-- | main/xe-guest-utilities/no_bash_dependency.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/xe-guest-utilities/no_bash_dependency.patch b/main/xe-guest-utilities/no_bash_dependency.patch new file mode 100644 index 0000000000..27d9af285b --- /dev/null +++ b/main/xe-guest-utilities/no_bash_dependency.patch @@ -0,0 +1,8 @@ +--- xe-guest-utilities-5.5.0.orig/xe-daemon ++++ xe-guest-utilities-5.5.0/xe-daemon +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # Copyright (C) 2009 Citrix Systems Inc. + # |