X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpakfire;h=ff0077b72f4a4cafe9d20794e99b434939948b81;hp=8ecdb55a46d8987ed02425fa003ebad5a7e92adf;hb=78331e301975a38f952ad9311a7ff3201e5a5e2e;hpb=548f60a5bf6c5b8b6bf15471456cce8ce713a2b1 diff --git a/lfs/pakfire b/lfs/pakfire index 8ecdb55a46..ff0077b72f 100644 --- a/lfs/pakfire +++ b/lfs/pakfire @@ -54,7 +54,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)