Update of /cvsroot/linux-decnet/latd
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21237
Modified Files:
mkrpm.sh
Log Message:
Fix mkrpm.sh so it works on Fedora10
Index: mkrpm.sh
===================================================================
RCS file: /cvsroot/linux-decnet/latd/mkrpm.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** mkrpm.sh 20 Aug 2004 15:22:49 -0000 1.5
--- mkrpm.sh 25 Jun 2009 11:56:22 -0000 1.6
***************
*** 34,39 ****
-e"s@%%PREFIX%%@/usr@g" \
< rpm.spec >${PACKAGE}.spec
! mkdir BUILD
! install README NEWS lat.html BUILD
mkdir -p RPMS
rpmbuild -bb --target ${ARCH} --buildroot `pwd`/rpmbuild --rcfile .rpmrc -v \
--- 34,38 ----
-e"s@%%PREFIX%%@/usr@g" \
< rpm.spec >${PACKAGE}.spec
! install README NEWS lat.html ~/rpmbuild/BUILD
mkdir -p RPMS
rpmbuild -bb --target ${ARCH} --buildroot `pwd`/rpmbuild --rcfile .rpmrc -v \
|