diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:47 (GMT) |
commit | b8ce64299c2a15f4db6e57d3f3435887c18e4758 (patch) | |
tree | 9ba6e60d31fe6e21b8f991df2391f89d4d55659d /abs/core/live-installer/copy-to-mythbase.sh | |
parent | 5bce8ee0fd68d6a9ffdbfeb92746b201dc994107 (diff) | |
parent | 9c70dc6da069779c71156676e51aab607d455d9f (diff) | |
download | linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.zip linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.gz linhes_pkgbuild-b8ce64299c2a15f4db6e57d3f3435887c18e4758.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core/live-installer/copy-to-mythbase.sh')
-rwxr-xr-x | abs/core/live-installer/copy-to-mythbase.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/live-installer/copy-to-mythbase.sh b/abs/core/live-installer/copy-to-mythbase.sh deleted file mode 100755 index af89f52..0000000 --- a/abs/core/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 |