From 6984a6cdaac9b07e704ba19b9f969058e9b467b4 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Wed, 13 Jan 2021 03:07:56 +0000 Subject: [PATCH] Spec file cleanup --- usermode.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usermode.spec b/usermode.spec index d1493e3..0db978d 100644 --- a/usermode.spec +++ b/usermode.spec @@ -54,10 +54,10 @@ graphical tools for certain account management tasks. %build %configure --with-selinux -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +%make_install INSTALL='install -p' # make userformat symlink to usermount ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat @@ -78,7 +78,8 @@ done %find_lang %{name} %files -f %{name}.lang -%doc COPYING ChangeLog NEWS README +%license COPYING +%doc ChangeLog NEWS README %attr(4711,root,root) /usr/sbin/userhelper %{_bindir}/consolehelper %{_mandir}/man8/userhelper.8*