summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--encap/src/encap-profiles/Makefile2
-rw-r--r--encap/src/encap-profiles/makeself-2.1.4.ep4
2 files changed, 2 insertions, 4 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile
index 357758f02..13d3b2135 100644
--- a/encap/src/encap-profiles/Makefile
+++ b/encap/src/encap-profiles/Makefile
@@ -156,7 +156,7 @@ uninstall : distclean
rm -rf $(ENCAPDIR)/$${ENCAP}-*; \
rm ./$${ENCAP}-*.installed; \
done)
- test ! -d $(BASEDIR)/lib/bcfg2
+ -rm -rf $(BASEDIR)/lib/bcfg2
bcfg2only :
$(MAKE) -t; sleep 2; touch $(srcdir)/$(BCFG2).ep; $(MAKE)
diff --git a/encap/src/encap-profiles/makeself-2.1.4.ep b/encap/src/encap-profiles/makeself-2.1.4.ep
index 824d2cc40..c30f9eed6 100644
--- a/encap/src/encap-profiles/makeself-2.1.4.ep
+++ b/encap/src/encap-profiles/makeself-2.1.4.ep
@@ -16,9 +16,7 @@ subdir="/"
>
<unpack><![CDATA[
-cd .. && \
-rm -rf ${ENCAP_PKGNAME} && \
-/bin/sh ${ENCAP_PKGNAME}.run
+/bin/sh -x ${ENCAP_PKGNAME}.run
]]></unpack>
<configure>