X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvdr-epgsearch;h=d1f3a44f213548ceaa88da68523a68b7ac28a016;hp=4d147fae8184d80cf1462146d4834f5cc2f3cc01;hb=08434343ee20012f5c22f7fadc65181ad035b386;hpb=9709b039880baf9731f8270665db01ee704cee45 diff --git a/lfs/vdr-epgsearch b/lfs/vdr-epgsearch index 4d147fae8..d1f3a44f2 100644 --- a/lfs/vdr-epgsearch +++ b/lfs/vdr-epgsearch @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2012 IPFire Team # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -36,7 +36,7 @@ PAK_VER = 1 DEPS = "vdr" -VDR_VER = 2.0.1 +VDRPLUGVER = 2.0.0 ############################################################################### # Top-level Rules @@ -85,13 +85,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) LOCALEDIR=$$(pwd)/locale all cd $(DIR_APP) && install -m 755 libvdr-conflictcheckonly.so \ - /usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDR_VER) + /usr/lib/vdr/libvdr-conflictcheckonly.so.$(VDRPLUGVER) cd $(DIR_APP) && install -m 755 libvdr-epgsearchonly.so \ - /usr/lib/vdr/libvdr-epgsearchonly.so.$(VDR_VER) + /usr/lib/vdr/libvdr-epgsearchonly.so.$(VDRPLUGVER) cd $(DIR_APP) && install -m 755 libvdr-epgsearch.so \ - /usr/lib/vdr/libvdr-epgsearch.so.$(VDR_VER) + /usr/lib/vdr/libvdr-epgsearch.so.$(VDRPLUGVER) cd $(DIR_APP) && install -m 755 libvdr-quickepgsearch.so \ - /usr/lib/vdr/libvdr-quickepgsearch.so.$(VDR_VER) + /usr/lib/vdr/libvdr-quickepgsearch.so.$(VDRPLUGVER) install -m 644 \ $(DIR_SRC)/config/vdr/plugins.d/epgsearch.conf \