summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-21 00:52:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-21 00:52:37 (GMT)
commitd630a6ae3ada088453209270791ae281e2d5e393 (patch)
tree66692d1bf74042c24d7d38207ca80329d05210e6 /abs/core-testing/mythtv
parent1f99f4fab216bf9e580c70dd80a591ab3b908dfb (diff)
parentc85219e56fd07b11192ce28d605ee1cb24047914 (diff)
downloadlinhes_pkgbuild-d630a6ae3ada088453209270791ae281e2d5e393.zip
linhes_pkgbuild-d630a6ae3ada088453209270791ae281e2d5e393.tar.gz
linhes_pkgbuild-d630a6ae3ada088453209270791ae281e2d5e393.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD: mythtv-svn: fix pretty script dvb-fimware: bump so that I can build an ISO lirc: fix syntax error in lirc.fdi dvb-firmware:Added firmware for HVR 1600. LinHES-scripts:Updated screenshoot.sh to account for multiple dirs.
Diffstat (limited to 'abs/core-testing/mythtv')
-rwxr-xr-xabs/core-testing/mythtv/trunk/mythtv/PKGBUILD3
-rwxr-xr-x[-rw-r--r--]abs/core-testing/mythtv/trunk/mythtv/pretty2
2 files changed, 2 insertions, 3 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
index df4afb8..422ec64 100755
--- a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
@@ -86,7 +86,6 @@ build() {
mkdir -p $startdir/pkg/etc/logrotate.d
cp $startdir/src/*.lr $startdir/pkg/etc/logrotate.d
mkdir -p $startdir/pkg/etc/cron.hourly/
- cp $startdir/src/pretty $startdir/pkg/etc/cron.hourly/
-
+ install -m0755 $startdir/src/pretty $startdir/pkg/etc/cron.hourly/
}
diff --git a/abs/core-testing/mythtv/trunk/mythtv/pretty b/abs/core-testing/mythtv/trunk/mythtv/pretty
index e47aaec..24b7658 100644..100755
--- a/abs/core-testing/mythtv/trunk/mythtv/pretty
+++ b/abs/core-testing/mythtv/trunk/mythtv/pretty
@@ -1,2 +1,2 @@
#!/bin/bash
-su mythtv -c "perl /usr/share/mythtv/contrib/mythrename.pl --link /myth/pretty"
+su mythtv -c "perl /usr/share/mythtv/contrib/user_jobs/mythrename.pl --link /myth/pretty"