[education/rkward] scripts: Don't forget to include licenses folder
Thomas Friedrichsmeier
null at kde.org
Wed Apr 23 20:37:31 BST 2025
Git commit 37328d68699d0d07179b1b51d75c2e83763fc560 by Thomas Friedrichsmeier.
Committed on 23/04/2025 at 19:35.
Pushed by tfry into branch 'master'.
Don't forget to include licenses folder
M +3 -2 scripts/makedist.sh
https://invent.kde.org/education/rkward/-/commit/37328d68699d0d07179b1b51d75c2e83763fc560
diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index 9c9602c6b..9a0b6c2c9 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -25,17 +25,18 @@ $BASEDIR/scripts/roxygenize.sh || exit 1
cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure VERSION.cmake $DISTDIR
mkdir $DISTDIR/doc
-mkdir $DISTDIR/i18n
mkdir $DISTDIR/po
mkdir $DISTDIR/rkward
mkdir $DISTDIR/tests
+mkdir $DISTDIR/3rdparty
+mkdir $DISTDIR/LICENSES
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*' $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
+rsync -a --exclude '*~' --exclude '*.git*' $EXCLUDES $BASEDIR/LICENSES/* $DISTDIR/LICENSES
cd $BASEDIR/disttemp
tar -czf rkward-$VERSION.tar.gz $DISTDIRREL
More information about the rkward-tracker
mailing list