Skip to content

Commit

Permalink
fix: stardust-black-hole (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Oct 23, 2024
1 parent 7899184 commit 802c1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anda/stardust/black-hole/stardust-black-hole.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Packager: Owen Zimmerman <[email protected]>
export STARDUST_RES_PREFIXES=%_datadir
%cargo_install

mkdir -p %buildroot%_datadir
cp -r res/* %buildroot%_datadir/
mkdir -p %buildroot%_datadir/black_hole
cp -r res/* %buildroot%_datadir/black_hole/

%files
%doc README.md
Expand Down

0 comments on commit 802c1e8

Please sign in to comment.