|
From: Pascal B. <pb...@us...> - 2001-11-29 09:29:36
|
Update of /cvsroot/mpkg/mpkg/lib/librpm/lib
In directory usw-pr-cvs1:/tmp/cvs-serv1831/lib/librpm/lib
Modified Files:
rpmrc.c
Log Message:
* lib/librpm/lib/rpmrc.c: Don't put output rpms in a subdirectory.
Index: rpmrc.c
===================================================================
RCS file: /cvsroot/mpkg/mpkg/lib/librpm/lib/rpmrc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** rpmrc.c 2001/10/24 12:16:35 1.1.1.1
--- rpmrc.c 2001/11/29 09:29:33 1.2
***************
*** 498,502 ****
setVarDefault(-1, "_rpmfilename",
! "%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm",NULL);
setVarDefault(RPMVAR_OPTFLAGS, "optflags",
--- 498,502 ----
setVarDefault(-1, "_rpmfilename",
! "%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm",NULL);
setVarDefault(RPMVAR_OPTFLAGS, "optflags",
|