]> git.pld-linux.org Git - packages/geninitrd.git/commitdiff
- cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Mar 2004 15:40:15 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geninitrd.spec -> 2.41

geninitrd.spec

index ecbcb6317a79eb50ace125433b98aeef3e32d3b9..c79b9b2cc852bf2dc987d7e9496d1fa9ad844440 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL
 Group:         Applications/System
 Source0:       ftp://ftp.pld-linux.org/people/wiget/geninitrd/%{name}-%{version}.tar.gz
 # Source0-md5: 95fc2c388d22a3ea88b6ca4a1a1dffc5
+PreReq:                rc-scripts >= 0.2.7
 Requires:      awk
 Requires:      busybox-initrd >= 1.00-0.pre5.0
 Requires:      fileutils
@@ -17,7 +18,6 @@ Requires:     mount
 Requires:      pci-database >= 0.0.2
 Requires:      sh-utils
 Requires:      tar
-Prereq:                rc-scripts >= 0.2.7
 Obsoletes:     mkinitrd
 Conflicts:     mdadm-initrd < 1.4.0-3
 BuildArch:     noarch
@@ -56,12 +56,11 @@ bie
 %prep
 %setup -q
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} BUILDROOT=$RPM_BUILD_ROOT install
+%{__make} install \
+       BUILDROOT=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.08418 seconds and 4 git commands to generate.