mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: fix taidan_proc_macros clone in readymade (#9107)
This commit is contained in:
@@ -44,7 +44,7 @@ This package contains the configuration files for Readymade to install Ultramari
|
||||
%prep
|
||||
%autosetup -n readymade-%commit
|
||||
tar xf %{S:1}
|
||||
rmdir taidan_proc_macros && mv rdms_proc_macros* taidan_proc_macros
|
||||
rmdir crates/taidan_proc_macros && mv rdms_proc_macros* crates/taidan_proc_macros
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
|
||||
@@ -32,7 +32,7 @@ This package contains the configuration files for Readymade to install Ultramari
|
||||
%prep
|
||||
%autosetup
|
||||
tar xf %{S:1}
|
||||
rmdir taidan_proc_macros && mv rdms_proc_macros* taidan_proc_macros
|
||||
rmdir crates/taidan_proc_macros && mv rdms_proc_macros* crates/taidan_proc_macros
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
@@ -56,4 +56,3 @@ ln -sf %{_datadir}/applications/com.fyralabs.Readymade.desktop %{buildroot}%{_da
|
||||
%_datadir/applications/liveinst.desktop
|
||||
%ghost %_datadir/readymade
|
||||
%_datadir/icons/hicolor/scalable/apps/com.fyralabs.Readymade.svg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user