summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-12 22:26:59 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2013-11-12 22:26:59 +0100
commit4ecd877558d86495ffe83a62c4c3f276fec3f092 (patch)
treefd4bc5e29ab76fd99f91aae5280a14470f599e25 /release
parenta55a82212421c1f1ce09762cc38bbfcbf177379b (diff)
downloadlibrcd-4ecd877558d86495ffe83a62c4c3f276fec3f092.tar.gz
librcd-4ecd877558d86495ffe83a62c4c3f276fec3f092.tar.bz2
librcd-4ecd877558d86495ffe83a62c4c3f276fec3f092.tar.xz
librcd-4ecd877558d86495ffe83a62c4c3f276fec3f092.zip
Relicense under LGPL
Diffstat (limited to 'release')
-rwxr-xr-xrelease2
1 files changed, 2 insertions, 0 deletions
diff --git a/release b/release
index 475ba72..6f9434e 100755
--- a/release
+++ b/release
@@ -42,6 +42,8 @@ cp -a * $RDIR/$rname
find . -name CMakeFiles -print0 | xargs -0 rm -rf
find . -name CMakeCache.txt -print0 | xargs -0 rm -rf
find . -name cmake_install.cmake -print0 | xargs -0 rm -rf
+ find . -name "*~" -print0 | xargs -0 rm -rf
+
rm -rf autom4te*.cache
rm -rf "{arch}"
rm -rf `find . -name .arch-ids`