Fixes typo
This commit is contained in:
parent
a297791b2b
commit
f9df7ef57f
@ -19,7 +19,7 @@ BuildRequires: libhangul-devel >= %{require_libhangul_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: ibus-devel >= %{require_ibus_version}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gnome-common
|
||||
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
@ -47,7 +47,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make DESTDIR=${RPM_BUILD_ROOT} install INSTALL="install -p"
|
||||
|
||||
%py_byte_compile %{python3} $RPM_BUILD_ROOT/%{datadir}/ibus-hangul/setup
|
||||
%py_byte_compile %{python3} $RPM_BUILD_ROOT/%{_datadir}/ibus-hangul/setup
|
||||
|
||||
# Register as an AppStream component to be visible in the software center
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user