[rkward/releases/0.6.4] scripts: Exclude debian packaging files for rkwardtests package from source distribution.
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Fri Dec 11 06:19:35 UTC 2015
Git commit 5e27499457fdf6593b9ded4c10ee5a7a66e81426 by Thomas Friedrichsmeier.
Committed on 11/12/2015 at 06:18.
Pushed by tfry into branch 'releases/0.6.4'.
Exclude debian packaging files for rkwardtests package from source distribution.
M +1 -1 scripts/makedist.sh
http://commits.kde.org/rkward/5e27499457fdf6593b9ded4c10ee5a7a66e81426
diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index bca555f..1c423a2 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -28,7 +28,7 @@ mkdir $DISTDIR/tests
rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i18n
-rsync -a --exclude '*~' --exclude '*.git*' --exclude 'templates' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
+rsync -a --exclude '*~' --exclude '*.git*' --exclude 'templates' --exclude 'rbackend/rpackages/rkwardtests/debian' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
# make messages
More information about the rkward-tracker
mailing list