[nss-softokn] - Remove the temprary working directories

Elio Maldonado emaldonado at fedoraproject.org
Mon Oct 10 01:47:22 UTC 2011


commit deb5bee29ce1cad85e6b0606c36200656b48e0d1
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Oct 9 18:46:35 2011 -0700

    - Remove the temprary working directories

 nss-split-softokn.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nss-split-softokn.sh b/nss-split-softokn.sh
index 1dbcfac..3c8a9ca 100644
--- a/nss-split-softokn.sh
+++ b/nss-split-softokn.sh
@@ -112,8 +112,8 @@ tar -cjf ../${name}-softokn-${version}-stripped.tar.bz2 ${softokn_dir}
 popd
 
 # cleanup after ourselves
-#rm -fr ${nss_source_dir}
-#rm -rf ${WORK_DIR}
+rm -fr ${nss_source_dir}
+rm -rf ${SOFTOKN_WORK}
 
 
 


More information about the scm-commits mailing list