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*