X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=release.sh;h=82909b3122b407401cab50fc4a63439956437b90;hb=57ba046c505077187ab7bb3da47e380765292064;hp=08fcf50425a4c2baab2b2646631b83a53bbc5342;hpb=03ab5e065f64030ff7b5a3b995b36d6504385589;p=spectrwm.git diff --git a/release.sh b/release.sh index 08fcf50..82909b3 100644 --- a/release.sh +++ b/release.sh @@ -35,6 +35,8 @@ done tar zcf $TARGET.tgz $TARGET # make port +sudo rm -rf ports +sudo cvs -d /cvs co ports/x11/scrotwm PORT="$PREFIX$1-port" mkdir $PORT @@ -60,4 +62,4 @@ cp port/patches/patch-scrotwm_c $PORT/patches/ cp port/patches/patch-scrotwm_conf $PORT/patches/ # make diff -diff -ruNp -x CVS /usr/ports/x11/scrotwm/ $PORT > $TARGET.diff +diff -ruNp -x CVS ports/x11/scrotwm/ $PORT > $TARGET.diff