diff options
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot new file mode 100644 index 000000000000..980574443756 --- /dev/null +++ b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot @@ -0,0 +1,11 @@ +--- DSS_MakeRoot.orig Fri Jul 12 03:58:59 2002 ++++ DSS_MakeRoot Mon Sep 23 23:37:12 2002 +@@ -95,7 +95,7 @@ + echo copying "sample.mp3" into "$INSTALLROOT/usr/local/movies" + cp sample.mp3 $INSTALLROOT/usr/local/movies/ + +- if [-d SpamPro.tproj ]; then ++ if [ -d SpamPro.tproj ]; then + echo copying "StreamingLoadTool" to "$INSTALLROOT/usr/local/bin/StreamingLoadTool" + cp SpamPro.tproj/StreamingLoadTool $INSTALLROOT/usr/local/bin/ + |