From b0ffe32a555145a9e93e65e5e0f0efbec1194dc8 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Aug 16 2024 20:16:07 +0000 Subject: fix: remove no longer needed patch Signed-off-by: Ryan Brue --- diff --git a/rpms/pop-launcher/pop-launcher.spec b/rpms/pop-launcher/pop-launcher.spec index 31e8ea8..0077195 100644 --- a/rpms/pop-launcher/pop-launcher.spec +++ b/rpms/pop-launcher/pop-launcher.spec @@ -47,8 +47,6 @@ Source1: vendor-%{shortcommit}.tar.gz # * mv vendor-config-%%{shortcommit}.toml .. Source2: vendor-config-%{shortcommit}.toml -Patch: symlink.patch - BuildRequires: cargo-rpm-macros >= 25 BuildRequires: rustc BuildRequires: lld diff --git a/rpms/pop-launcher/symlink.patch b/rpms/pop-launcher/symlink.patch deleted file mode 100644 index fe52f83..0000000 --- a/rpms/pop-launcher/symlink.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./justfile 2024-03-15 15:00:57.529628363 -0500 -+++ ./justfile.new 2024-03-15 15:18:09.912712637 -0500 -@@ -67,7 +67,7 @@ - dest={{plugin-dir}}${plugin} - mkdir -p ${dest} - install -Dm0644 plugins/src/${plugin}/*.ron ${dest} -- ln -sf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/') -+ ln -srf {{bin-path}} {{plugin-dir}}${plugin}/$(echo ${plugin} | sed 's/_/-/') - done - - # Install pop-launcher scripts