]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pakfire
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / pakfire
index 8ecdb55a46d8987ed02425fa003ebad5a7e92adf..bf462fbfb783dba2f804e1571f11f1796373f5af 100644 (file)
@@ -26,6 +26,8 @@
 
 include Config
 
+VER = 0.99
+
 THISAPP    = pakfire
 DIR_APP    = /opt/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -54,7 +56,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd /opt && mkdir -p /opt/confire/paks
        cd /opt/confire && cp -fRv $(DIR_SRC)/src/confire/* .
        cd /opt/confire && chown root.root /opt/confire -R && chmod 755 confire /opt/confire/paks -R
-       cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
-       cd $(DIR_APP) && find /opt/confire -name .svn -exec rm -rf {} \;
+       -cd $(DIR_APP) && find $(DIR_APP) -name .svn -exec rm -rf {} \;
+       -cd $(DIR_APP) && find /opt/confire -name .svn -exec rm -rf {} \;
        @$(POSTBUILD)