summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@nc.nor.wtbts.org>2008-11-03 20:41:06 +0000
committerroot <root@nc.nor.wtbts.org>2008-11-03 20:41:06 +0000
commit46aaa4ca6b0368423e34dbbd6c01beb1173f9599 (patch)
tree9643e159e9e6f46ad753963cbe82b522461381f3
parent689967852072964ca13c19cef2601edbbd4d206d (diff)
downloadalpine-conf-46aaa4ca6b0368423e34dbbd6c01beb1173f9599.tar.bz2
alpine-conf-46aaa4ca6b0368423e34dbbd6c01beb1173f9599.tar.xz
clean up temp dir after creating dist package
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d68f29..19111a8 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ $(TARGZ): $(DIST_FILES)
mkdir -p $(TMP)
cp $(DIST_FILES) $(TMP)
$(TAR) -czf $@ $(TMP)
+ rm -rf $(TMP)
install:
install -m 755 -d $(DESTDIR)/$(PREFIX)/sbin