]> 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 de42bd82dbfe46f530c8539baf2e1bb87f90baf6..f56de19a98237337ad913af5ae2c2022873ff266 100644 (file)
--- a/lfs/GeoIP
+++ b/lfs/GeoIP
@@ -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,7 +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) && chmod 777 /home/httpd/html/images/flags
+       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)