summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/mythdb-initial
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD8
-rwxr-xr-xabs/core/mythdb-initial/mythdb.install6
2 files changed, 9 insertions, 5 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index 16a59e1..485e501 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
-pkgver=1
-pkgrel=54
+pkgver=2
+pkgrel=2
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=""
@@ -21,3 +21,7 @@ build() {
cp custom.sql $startdir/pkg/data/database/custom.sql
cp dvd_transcode_r6.sql $startdir/pkg/data/database/dvd_transcode_r6.sql
}
+md5sums=('c6e44759313d455387ecfa6bfd17332a'
+ 'ad0e57ac5e7c3677808a670e16634bba'
+ 'dd44c6b14247c9ad09b80f3a1fb6c339'
+ 'd3108f4b98229ceec53aa8fb72639e9b')
diff --git a/abs/core/mythdb-initial/mythdb.install b/abs/core/mythdb-initial/mythdb.install
index a4dcb84..f5e45f6 100755
--- a/abs/core/mythdb-initial/mythdb.install
+++ b/abs/core/mythdb-initial/mythdb.install
@@ -13,9 +13,9 @@ post_install() {
cp /data/database/permissions.sql /data/database/permissions.sql.fixed
cp /data/database/custom.sql /data/database/custom.sql.fixed
else
- sed -e "s/larch5/$HOST/g" /data/database/mc.sql.initial > /data/database/mc.sql.fixed
- sed -e "s/larch5/$HOST/g" /data/database/permissions.sql > /data/database/permissions.sql.fixed
- sed -e "s/larch5/$HOST/g" /data/database/custom.sql > /data/database/custom.sql.fixed
+ sed -e "s/fireball/$HOST/g" /data/database/mc.sql.initial > /data/database/mc.sql.fixed
+ sed -e "s/fireball/$HOST/g" /data/database/permissions.sql > /data/database/permissions.sql.fixed
+ sed -e "s/fireball/$HOST/g" /data/database/custom.sql > /data/database/custom.sql.fixed
fi