mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #1525 from KAMiKAZOW/patch-2
Fix specfile for nogui executable
This commit is contained in:
@@ -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
|
||||
%setup -q
|
||||
|
||||
|
||||
Reference in New Issue
Block a user