diff options
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-x | abs/core/mythdb-initial/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD index 4764936..1063c62 100755 --- a/abs/core/mythdb-initial/PKGBUILD +++ b/abs/core/mythdb-initial/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythdb-initial pkgver=2 -pkgrel=29 +pkgrel=30 pkgdesc="setup the initial mythtv database for linhes" url="" license="" @@ -21,4 +21,4 @@ build() { } md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4' 'ad0e57ac5e7c3677808a670e16634bba' - 'c50ab1ad829d5a936e3632f48f55ded8') + '0f47a219b3fa2bb8e62f7436af990600') diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 0f902c4..ddc99c7 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -69,10 +69,10 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES ('Screenshots' ,'apheleia' ,'/myth/video_stuff/screenshots/'), ('Videos' ,'apheleia' ,'/myth/video/'), ('Coverart' ,'apheleia' ,'/myth/video_stuff/coverart/'), - ( 'Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), + ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), ('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'), ('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'), - ('DB Backups' ,'apheleia' ,'/myth/system_backups/mythtv_db/'); + ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups'); INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('SecurityPin','0000','apheleia'); |