[education/rkward] scripts: Include 3rdparty dir in source release

Thomas Friedrichsmeier null at kde.org
Tue Apr 22 21:03:13 BST 2025


Git commit 900abacc590417b47aeb40def8c475715a38293c by Thomas Friedrichsmeier.
Committed on 22/04/2025 at 20:03.
Pushed by tfry into branch 'master'.

Include 3rdparty dir in source release

M  +1    -0    scripts/makedist.sh

https://invent.kde.org/education/rkward/-/commit/900abacc590417b47aeb40def8c475715a38293c

diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index 2cb4836b9..9c9602c6b 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -35,6 +35,7 @@ rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i1
 rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/po/* $DISTDIR/po
 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
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/3rdparty/* $DISTDIR/3rdparty
 
 cd $BASEDIR/disttemp
 tar -czf rkward-$VERSION.tar.gz $DISTDIRREL


More information about the rkward-tracker mailing list