Changes

From SME Server
Jump to navigationJump to search
1 byte added ,  11:01, 20 December 2013
Line 157: Line 157:  
  # %files section below for how it's actually used
 
  # %files section below for how it's actually used
 
  (cd root  ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
 
  (cd root  ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
 +
 
  /bin/rm -f %{name}-%{version}-filelist
 
  /bin/rm -f %{name}-%{version}-filelist
 
  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
 
  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
+
 
 
  # This section will help clear out the build root before
 
  # This section will help clear out the build root before
 
  # building the RPM
 
  # building the RPM
 +
 
==== %clean ====
 
==== %clean ====
 
  rm -rf $RPM_BUILD_ROOT
 
  rm -rf $RPM_BUILD_ROOT

Navigation menu