diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-01 16:40:48 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-01 16:40:48 (GMT) |
commit | 3a0c305fe94bf308401db48db087b81d88231bfa (patch) | |
tree | ef23da87b6c40bf1065ab7da06a21f30578ef8a8 /abs/extra-testing/community | |
parent | 2eb9587f0e98fcf3f3e9bf3f9ab96e87ff777ea0 (diff) | |
download | linhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.zip linhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.tar.gz linhes_pkgbuild-3a0c305fe94bf308401db48db087b81d88231bfa.tar.bz2 |
Fixed log rotation.
Diffstat (limited to 'abs/extra-testing/community')
-rw-r--r-- | abs/extra-testing/community/mythtv-vdpau/PKGBUILD | 2 |
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 } |