SPECS: makebootfat.spec - no //
qboosh
qboosh at pld-linux.org
Thu Oct 6 18:34:09 CEST 2005
Author: qboosh Date: Thu Oct 6 16:34:09 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no //
---- Files affected:
SPECS:
makebootfat.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/makebootfat.spec
diff -u SPECS/makebootfat.spec:1.4 SPECS/makebootfat.spec:1.5
--- SPECS/makebootfat.spec:1.4 Thu Oct 6 18:27:22 2005
+++ SPECS/makebootfat.spec Thu Oct 6 18:34:04 2005
@@ -35,13 +35,12 @@
%install
rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT/%{_datadir}/%{name}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install mbrfat.bin $RPM_BUILD_ROOT/%{_datadir}/%{name}
+install mbrfat.bin $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,6 +58,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/10/06 16:34:04 qboosh
+- no //
+
Revision 1.4 2005/10/06 16:27:22 tommat
- added mbr image to package
- more files to doc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/makebootfat.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list