summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-05-01 16:40:48 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-05-01 16:40:48 (GMT)
commit3a0c305fe94bf308401db48db087b81d88231bfa (patch)
treeef23da87b6c40bf1065ab7da06a21f30578ef8a8
parent2eb9587f0e98fcf3f3e9bf3f9ab96e87ff777ea0 (diff)
downloadlinhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.zip
linhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.tar.gz
linhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.tar.bz2
Fixed log rotation.
-rw-r--r--abs/extra-testing/community/mythtv-vdpau/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD
index 8988053..8e7f2de 100644
--- a/abs/extra-testing/community/mythtv-vdpau/PKGBUILD
+++ b/abs/extra-testing/community/mythtv-vdpau/PKGBUILD
@@ -97,5 +97,5 @@ build() {
mkdir -p $startdir/pkg/etc/cron.hourly
install -m0755 $startdir/src/pretty $startdir/pkg/etc/cron.hourly/
mkdir -p $startdir/pkg/etc/logrotate.d
- cp *.lr $startdir/pkg/etc/logrotate.d
+ cp $startdir/src/*.lr $startdir/pkg/etc/logrotate.d
}