]> git.pld-linux.org Git - packages/coreutils.git/blobdiff - coreutils.spec
- ON going: installation proces - NFY !!!!
[packages/coreutils.git] / coreutils.spec
index 312f76c3ed9af7d4ff43fd20516184f1645ff271..ae49af99723f4ef370b57f994cb60fd47d4f2ff8 100644 (file)
@@ -14,7 +14,7 @@ Provides:     sh-utils
 Provides:      fileutils
 Provides:      textutils
 
-%define        _prefix /
+%define        _prefix /usr
 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -63,7 +63,10 @@ Programy zawarte w tej paczce to:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir},%{_infodir},%{_mandir}/man1,/bin,/sbin}
+#%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+
+#%find_lang 
 
 %post
 %postun
@@ -74,4 +77,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc
-%attr(,,)
+%attr(755,root,root) /bin/*
+%attr(755,root,root) %{_bindir}/*
This page took 0.087937 seconds and 4 git commands to generate.