summaryrefslogtreecommitdiff
path: root/tests/make-test-runtime.sh
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-09 11:07:53 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-09 11:11:55 +0200
commit8abbc0186efe977cec2a3214e7aa3703e9f1169f (patch)
treef02d20ec637609e32d473e45b1ad8b6a8a6de281 /tests/make-test-runtime.sh
parentba37b22d78f3b1011ceab182c8a4a05d5ba630a7 (diff)
downloadxdg-app-8abbc0186efe977cec2a3214e7aa3703e9f1169f.tar.gz
Rename everything but the on-disk location to flatpak
Diffstat (limited to 'tests/make-test-runtime.sh')
-rwxr-xr-xtests/make-test-runtime.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/make-test-runtime.sh b/tests/make-test-runtime.sh
index 631af63..15896f6 100755
--- a/tests/make-test-runtime.sh
+++ b/tests/make-test-runtime.sh
@@ -7,7 +7,7 @@ DIR=`mktemp -d`
ID=$1
shift
-xdg-app build-init ${DIR} ${ID} ${ID} ${ID}
+flatpak build-init ${DIR} ${ID} ${ID} ${ID}
sed -i s/Application/Runtime/ ${DIR}/metadata
# Add bash and dependencies
@@ -26,5 +26,5 @@ for i in `sort -u $T`; do
cp "$i" ${DIR}/usr/lib/
done
-xdg-app build-export --runtime repo ${DIR}
+flatpak build-export --runtime repo ${DIR}
rm -rf ${DIR}