X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=release.sh;h=74e5b613ce8f9131b97d1c34804f58cc6bd51f92;hb=66cc2ad1e7b051e5693e7d46f26785f4ddb8e9bd;hp=82909b3122b407401cab50fc4a63439956437b90;hpb=57ba046c505077187ab7bb3da47e380765292064;p=spectrwm.git diff --git a/release.sh b/release.sh index 82909b3..74e5b61 100644 --- a/release.sh +++ b/release.sh @@ -4,7 +4,7 @@ PREFIX=scrotwm- DIRS="lib linux" -FILES="Makefile baraction.sh initscreen.sh screenshot.sh scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm.c scrotwm.conf linux/Makefile linux/linux.c linux/util.h lib/Makefile lib/shlib_version lib/swm_hack.c" +FILES="Makefile baraction.sh initscreen.sh screenshot.sh scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_ru.1 scrotwm.c scrotwm.conf linux/Makefile linux/linux.c linux/util.h lib/Makefile lib/shlib_version lib/swm_hack.c" if [ -z "$1" ]; then echo "usage: release.sh " @@ -63,3 +63,6 @@ cp port/patches/patch-scrotwm_conf $PORT/patches/ # make diff diff -ruNp -x CVS ports/x11/scrotwm/ $PORT > $TARGET.diff + +# kill ports dir or cvs will be angry +sudo rm -rf ports