From 28646865b637e961f7973c06b5d16cfeb4408721 Mon Sep 17 00:00:00 2001 From: simono41 Date: Sat, 10 Mar 2018 19:10:35 +0100 Subject: [PATCH] project-works --- .gitignore | 9 +++++++++ make_mksquashfs-auto.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8adbf3e..aabdf77 100755 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,12 @@ ArchLinuxARM-rpi-3-latest.tar.gz airootfs.sha512 test arch.img +/cinnamon/ +/gnome/ +/kde/ +/libre/ +/lxde/ +/lxqt/ +/mate/ +/voll/ +/xfce4/ diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index 448baee..cc8c260 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -11,7 +11,6 @@ fi iso_name=spectre_os iso_label="SPECTRE_OS" iso_version=$(date +%Y.%m.%d) -work_dir=work out_dir=out install_dir=arch version="$1" @@ -23,6 +22,7 @@ parameter4="$5" arch=$(uname -m) [[ -z "${version}" ]] && version="voll" +work_dir="${version}" if [ "${version}" == "libre" ]; then linuxparameter="-libre"