]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/GeoIP
Alle htdocs nach /srv/web verschoben...
[people/pmueller/ipfire-2.x.git] / lfs / GeoIP
index 55d4ba420a099542b8a95d348354e22c0247f8d8..f56de19a98237337ad913af5ae2c2022873ff266 100644 (file)
--- 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)