diff --git a/pkg.info b/pkg.info index 9364618..a05513f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: filesystem description: The Tide Linux filesystem version: 1.3 -revision: 3 +revision: 4 architecture: any keep: ["etc/hosts","etc/hostname","etc/group","etc/passwd","etc/gshadow","etc/shadow","etc/nsswitch.conf","etc/shells"] type: source diff --git a/source-files/tide_linux_logo.png b/source-files/tide_linux_logo.png deleted file mode 100644 index 508b64d..0000000 Binary files a/source-files/tide_linux_logo.png and /dev/null differ diff --git a/source-files/tidelinux-logo-full.png b/source-files/tidelinux-logo-full.png new file mode 100644 index 0000000..a9560df Binary files /dev/null and b/source-files/tidelinux-logo-full.png differ diff --git a/source-files/tidelinux-logo.png b/source-files/tidelinux-logo.png new file mode 100644 index 0000000..bc09d6d Binary files /dev/null and b/source-files/tidelinux-logo.png differ diff --git a/source.sh b/source.sh index 6b78dfe..c49fb9c 100644 --- a/source.sh +++ b/source.sh @@ -53,7 +53,7 @@ package() { install -Dm644 "$BPM_WORKDIR"/os-release "$BPM_OUTPUT"/etc/os-release install -Dm644 "$BPM_WORKDIR"/lsb-release "$BPM_OUTPUT"/etc/lsb-release install -Dm644 "$BPM_WORKDIR"/shells "$BPM_OUTPUT"/etc/shells - install -Dm644 "$BPM_WORKDIR"/tide_linux_logo.png "$BPM_OUTPUT"/usr/share/pixmaps/tide_linux_logo.png + install -Dm644 "$BPM_WORKDIR"/tidelinux-logo{,-full}.png -t "$BPM_OUTPUT"/usr/share/pixmaps/ touch "$BPM_OUTPUT"/etc/subuid touch "$BPM_OUTPUT"/etc/subgid