diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-25 09:27:11 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-08-09 00:09:57 -0400 |
commit | 85600b3efbb23b4fdfd68673046c67e12457804a (patch) | |
tree | dee7654c5b3b596e93b375a9fa06146082a3136f | |
parent | 04b0141285cc47e4af43d5b4617c0a761b7f82c0 (diff) | |
download | coreutils-85600b3efbb23b4fdfd68673046c67e12457804a.tar.gz coreutils-85600b3efbb23b4fdfd68673046c67e12457804a.tar.bz2 coreutils-85600b3efbb23b4fdfd68673046c67e12457804a.zip |
add packaging
-rw-r--r-- | packaging/coreutils.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/coreutils.spec b/packaging/coreutils.spec index c0e44a5cb..cb93eecce 100644 --- a/packaging/coreutils.spec +++ b/packaging/coreutils.spec @@ -60,7 +60,7 @@ make -C po update-po make %{?_smp_mflags} V=1 %install -%makeinstall pkglibexecdir=%{_libdir}/%{name} +%make_install pkglibexecdir=%{_libdir}/%{name} test -f %{buildroot}%{_bindir}/su || \ install src/su %{buildroot}%{_bindir}/su install -d -m 755 %{buildroot}/etc/pam.d |