mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Merge pull request #1525 from KAMiKAZOW/patch-2
Fix specfile for nogui executable
This commit is contained in:
commit
306aa44bad
1 changed files with 11 additions and 0 deletions
|
@ -102,6 +102,17 @@ Translations into various languages for Dolphin Emulator
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
|
%package nogui
|
||||||
|
Summary: Dolphin Emulator without a graphical user interface
|
||||||
|
|
||||||
|
%description nogui
|
||||||
|
Dolphin Emulator without a graphical user interface
|
||||||
|
|
||||||
|
%files nogui
|
||||||
|
%{_bindir}/%{name}-nogui
|
||||||
|
|
||||||
|
# ------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue