X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FGeoIP;h=f56de19a98237337ad913af5ae2c2022873ff266;hb=14cc7eac2ecc5ec2cb3c97fa734a3fe9a88f53f5;hp=55d4ba420a099542b8a95d348354e22c0247f8d8;hpb=a743d2850d33b6b3ca40e93f28c066fa30a48072;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/GeoIP b/lfs/GeoIP index 55d4ba420a..f56de19a98 100644 --- a/lfs/GeoIP +++ b/lfs/GeoIP @@ -44,7 +44,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) GeoIP.dat = $(DL_FROM)/GeoIP.dat $(DL_FILE)_MD5 = 42a6b9d4dd2563a20c8998556216e1de -GeoIP.dat_MD5 = 757ef6d020a81dae0db2926c48f4a931 +GeoIP.dat_MD5 = 55aa4d51f7920241296f2fc215d9e559 install : $(TARGET) @@ -54,9 +54,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -#dist: -# make-packages.sh GeoIP $(THISAPP)-ipfire-beta-1 - ############################################################################### # Downloading, checking, md5sum ############################################################################### @@ -80,6 +77,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && perl Makefile.PL cd $(DIR_APP) && make cd $(DIR_APP) && make install - cd $(DIR_APP) && mkdir -p /usr/local/share/GeoIP && cp -f $(DIR_DL)/GeoIP.dat /usr/local/share/GeoIP/GeoIP.dat + cd $(DIR_APP) && mkdir -p /usr/local/share/GeoIP && \ + cp -f $(DIR_DL)/GeoIP.dat /usr/local/share/GeoIP/GeoIP.dat + cd $(DIR_APP) && chmod 777 /srv/web/ipfire/html/images/flags @rm -rf $(DIR_APP) @$(POSTBUILD)