X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=release.sh;h=fc6ee929d0af5f6e94af9f05748a08261ae2d1cf;hb=9c3aa396f4b0e3dfe37a4f7784ca008a6f5046d0;hp=82909b3122b407401cab50fc4a63439956437b90;hpb=57ba046c505077187ab7bb3da47e380765292064;p=spectrwm.git diff --git a/release.sh b/release.sh index 82909b3..fc6ee92 100644 --- a/release.sh +++ b/release.sh @@ -1,10 +1,9 @@ #!/bin/ksh # -# $scrotwm$ 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" +DIRS="lib linux osx" +FILES="Makefile baraction.sh initscreen.sh screenshot.sh scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_pt.1 scrotwm_ru.1 scrotwm.c scrotwm.conf linux/Makefile linux/linux.c linux/util.h linux/scrotwm.desktop lib/Makefile lib/shlib_version lib/swm_hack.c osx/Makefile osx/osx.h osx/osx.c" if [ -z "$1" ]; then echo "usage: release.sh " @@ -63,3 +62,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