summaryrefslogtreecommitdiffstats
path: root/scripts/mobilecomponents.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-xscripts/mobilecomponents.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index 6d535fa26..ac3d1c1c4 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -35,14 +35,14 @@ git pull
popd
# now copy the components and a couple of icons into plae
-MC=$SRC/subsurface/qt-mobile/qml/mobilecomponents
-PMMC=kirigami/src
+MC=$SRC/subsurface/qt-mobile/qml/kirigami
+PMMC=kirigami/src/qml
BREEZE=breeze-icons
rm -rf $MC
mkdir -p $MC/icons
-cp -R $PMMC/qml/* $MC/
-cp $PMMC/fallbacktheme/*qml $MC/
+cp -R $PMMC/* $MC/
+cp $PMMC/../fallbacktheme/*qml $MC/
cp $BREEZE/icons/actions/24/dialog-cancel.svg $MC/icons
cp $BREEZE/icons/actions/24/distribute-horizontal-x.svg $MC/icons
@@ -55,4 +55,4 @@ cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons
cp $BREEZE/icons/actions/22/gps.svg $MC/icons
cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons
-echo org.kde.plasma.mobilecomponents synced from upstream
+echo org.kde.plasma.kirigami synced from upstream