From 914d1e6c2de9a39de41b30a7ea341dd6468e94e7 Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 26 Mar 2020 18:42:18 -0400 Subject: [PATCH] Move build-appimage.sh to packaging/appimage --- build-appimage.sh => packaging/appimage/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename build-appimage.sh => packaging/appimage/build.sh (98%) diff --git a/build-appimage.sh b/packaging/appimage/build.sh similarity index 98% rename from build-appimage.sh rename to packaging/appimage/build.sh index af42aecf..c327fcb4 100755 --- a/build-appimage.sh +++ b/packaging/appimage/build.sh @@ -11,7 +11,7 @@ # # To restart from scratch if you already had a container: # -# lxc stop ubuntu; lxc delete ubuntu # if needed +# lxc stop ubuntu; lxc delete ubuntu # # Initialize the container: # @@ -26,7 +26,7 @@ # # Run this script inside the container: # -# lxc exec ubuntu -- /root/mirage/build-appimage.sh +# lxc exec ubuntu -- /root/mirage/packaging/appimage/build.sh # # You can also start a shell inside (e.g. if something goes wrong): #