diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-31 08:41:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-31 08:41:22 +0000 |
commit | f1f73fe58287511ca03e7ea878cde0dbc1ba6be8 (patch) | |
tree | 80803e75f51709028f4ff795a010b48d7f022b1f /net/DarwinStreamingServer/files/patch-DSS_MakeRoot | |
parent | Remove a unnecsesary patch. (diff) |
Update to 4.1.3g.
Submitted by: Tim Kellers <timothyk@serv1.wallnet.com>
NAKANUMA Takashi <takas@bashi.org>
Notes
Notes:
svn path=/head/; revision=86031
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-DSS_MakeRoot | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot deleted file mode 100644 index 980574443756..000000000000 --- a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/ - |