summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
Diffstat (limited to 'encap')
-rw-r--r--encap/epkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile
index 9ea9c12ee..4721423b7 100644
--- a/encap/epkg/Makefile
+++ b/encap/epkg/Makefile
@@ -37,5 +37,5 @@ expat:
cd ${EXPAT} && ./configure --disable-shared --prefix=${PREFIX} && $(MAKE) && $(MAKE) install
epkg:
- test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG)
+ test -d $(ENCAPDIR)/$(EPKG) && rm -rf $(ENCAPDIR)/$(EPKG) || true
cd ${EPKG} && ./configure && $(MAKE) && $(MAKE) install