r1373 - vdr/vdr/trunk/debian
Thomas Günther
tom-guest at costa.debian.org
Sun Oct 2 16:38:10 UTC 2005
Author: tom-guest
Date: 2005-10-02 16:38:09 +0000 (Sun, 02 Oct 2005)
New Revision: 1373
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/rules
Log:
Fixed make PLUGINS/lib in debian/rules
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2005-10-02 16:34:25 UTC (rev 1372)
+++ vdr/vdr/trunk/debian/changelog 2005-10-02 16:38:09 UTC (rev 1373)
@@ -11,6 +11,7 @@
* Thomas Günther <tom at toms-cafe.de>
- Added 18_vdr-1.3.33-recordingsmenu.dpatch
- Added 19_vdr-1.3.33-recordingsupdate.dpatch
+ - Fixed make PLUGINS/lib in debian/rules
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 25 Sep 2005 17:51:14 +0200
Modified: vdr/vdr/trunk/debian/rules
===================================================================
--- vdr/vdr/trunk/debian/rules 2005-10-02 16:34:25 UTC (rev 1372)
+++ vdr/vdr/trunk/debian/rules 2005-10-02 16:38:09 UTC (rev 1373)
@@ -49,7 +49,7 @@
ln -f $(VDR) $(VDR)-kbd
# plugins
- mkdir PLUGINS/lib
+ mkdir -p PLUGINS/lib
$(MAKE) plugins
cp newplugin $(VDR)-newplugin
More information about the pkg-vdr-dvb-changes
mailing list