diff options
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot deleted file mode 100644 index b0976076699d..000000000000 --- a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot +++ /dev/null @@ -1,15 +0,0 @@ ---- DSS_MakeRoot.orig 2007-11-16 14:18:07.000000000 +0900 -+++ DSS_MakeRoot 2008-06-01 14:45:36.000000000 +0900 -@@ -5,10 +5,10 @@ - # source release - - DSS=0 --if [ $1 = "-f" ]; then -+if [ x"$1" = x"-f" ]; then - FLATTEN=1 - INSTALLROOT=$2 -- if [ $3 = "dss" ]; then -+ if [ x"$3" = x"dss" ]; then - DSS=1 - fi - else |