summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer/copy-to-mythbase.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-09 19:28:00 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-09 19:28:00 (GMT)
commit9ced1c4f5ae6975c18e40d2ba6851298e01f0e07 (patch)
treef4ac151711d4d716a6c685d9a07a228c1ccccf86 /abs/core-testing/live-installer/copy-to-mythbase.sh
parent6c135f8cb1bb654d209c4e7d339a795e090f5ad2 (diff)
downloadlinhes_pkgbuild-9ced1c4f5ae6975c18e40d2ba6851298e01f0e07.zip
linhes_pkgbuild-9ced1c4f5ae6975c18e40d2ba6851298e01f0e07.tar.gz
linhes_pkgbuild-9ced1c4f5ae6975c18e40d2ba6851298e01f0e07.tar.bz2
minor enhancements to live-installer. Preparing for new features
Diffstat (limited to 'abs/core-testing/live-installer/copy-to-mythbase.sh')
-rwxr-xr-xabs/core-testing/live-installer/copy-to-mythbase.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core-testing/live-installer/copy-to-mythbase.sh b/abs/core-testing/live-installer/copy-to-mythbase.sh
deleted file mode 100755
index af89f52..0000000
--- a/abs/core-testing/live-installer/copy-to-mythbase.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-DATADIR="../mythtv/stable/mythtv/src/mythtv-0.21/programs"
-mkdir $DATADIR/mythinstall
-mkdir $DATADIR/mythbeselect
-rm mythinstall.bin
-rm mythbeselect.bin
-ln -n `pwd`/mythinstall/* $DATADIR/mythinstall
-ln -n `pwd`/mythbeselect/* $DATADIR/mythbeselect
-
-ln -s $DATADIR/mythbeselect/mythbeselect ./mythbeselect.bin
-ln -s $DATADIR/mythinstall/mythinstall ./mythinstall.bin