diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 13:25:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-13 13:25:42 +0000 |
commit | 3d1f4d8a108f742c69d89aba954a9c12f6407fab (patch) | |
tree | 898db281f802ed1b5ce831c7a61bab361e752448 /games/traindirector/files/patch-setup_trdir.sh | |
parent | - Update to 7.1.034. (diff) |
- Update to 1.18l
PR: ports/60200
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=95724
Diffstat (limited to 'games/traindirector/files/patch-setup_trdir.sh')
-rw-r--r-- | games/traindirector/files/patch-setup_trdir.sh | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/traindirector/files/patch-setup_trdir.sh b/games/traindirector/files/patch-setup_trdir.sh index 33e7dcb21701..b2c7a43bee08 100644 --- a/games/traindirector/files/patch-setup_trdir.sh +++ b/games/traindirector/files/patch-setup_trdir.sh @@ -1,5 +1,5 @@ ---- setup_trdir.sh.orig Thu Sep 19 17:28:00 2002 -+++ setup_trdir.sh Mon Sep 8 12:50:55 2003 +--- setup_trdir.sh.orig Sat Dec 13 02:34:25 2003 ++++ setup_trdir.sh Sat Dec 13 02:36:42 2003 @@ -6,9 +6,9 @@ # edit the folowing line # @@ -12,7 +12,7 @@ ##################################################################" echo "*********************************" echo "* Traindirector Installation *" -@@ -16,25 +16,29 @@ +@@ -16,25 +16,26 @@ echo echo "Making traindir samples directory....." echo @@ -26,11 +26,9 @@ -cp $SAMPLE/traindir/* $TDHOMEDIR -cp $SAMPLE/traindir/tdicons/*.* $ICONDIR -+#little hack. It works anyway. +cp -R $SAMPLE/traindir/* $TDHOMEDIR -+#cp $SAMPLE/traindir/tdicons/*.* $ICONDIR echo - echo "Creating start-traindir script......" + echo "Creating startup script......" echo echo "#!/bin/sh" > start-traindir echo "# Startup file for traindirector" >> start-traindir @@ -43,9 +41,8 @@ chmod 0775 start-traindir echo "Installation complete" --echo "You can run ~/start-traindir in a X console" +-echo "You can run ~/start-traindir from a X console" \ No newline at end of file -+#echo "You can run ./start-traindir in a X console" +echo "a script file 'start-traindir' has been created in the current" +echo "directory. You can launch it to start the simulation, or move it" +echo "to your user's bin directory if you want." |