summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-11-24 12:38:59 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-11-24 12:38:59 +0100
commit4c529b51694d5d6cb2792891b10c162ecd13297b (patch)
tree8cfb16a3a089cf2c6aadaebde8a029786767620b /make.sh
parent04ecd27f65634b2f73ad328db76d30142958c29b (diff)
downloadvdradmin-am-3.5.1beta.tar.gz
vdradmin-am-3.5.1beta.tar.bz2
2006-11-24: 3.5.1betav3.5.1beta
- Changed: Handling of critical/colliding timers on encrypted channels in timer_list (Requested lot's of time in vdr-portal.de). - Fixed: Lost info on selected extepginfos if testing an epgsearch in epgsearch_new (Reported by marpiet). - Fixed: Didn't select the right channel group in epgsearch_new (Reported by viking). - Added: epgsearches can be based on epgsearch's templates.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index e61ada7..df6c925 100755
--- a/make.sh
+++ b/make.sh
@@ -73,7 +73,7 @@ function do_dist()
cp -a po/*.po po/*.pot $TMPDIR/$DIST_NAME/po
(
cd $TMPDIR
- tar --exclude CVS -cjf $DIST_NAME.tar.bz2 $DIST_NAME
+ tar --exclude CVS --exclude '.#*' -cjf $DIST_NAME.tar.bz2 $DIST_NAME
rm -rf $TMPDIR/$DIST_NAME
)
mv $TMPDIR/$DIST_NAME.tar.bz2 .