Moved rpmrc, rpmpopt back to $(libdir) as @sysconfdir@ defaults to /usr/etc
(blech) and they aren't config files anyway. @datadir@ might make more sense though? CVS patchset: 1556 CVS date: 1997/04/28 20:52:18
This commit is contained in:
parent
d28996c093
commit
33553fb3f7
5
CHANGES
5
CHANGES
|
@ -1,7 +1,6 @@
|
|||
2.3.11 -> 2.4:
|
||||
- changed LIBRPMRC_FILENAME, LIBRPMALIAS_FILENAME, RPMNLSDIR
|
||||
directories to @sysconfdir@, @sysconfdir@, and @datadir@ to
|
||||
better conform with autoconf
|
||||
- changed RPMNLSDIR directories to and @datadir@ to better
|
||||
conform with autoconf
|
||||
- set RPM_INSTALL_PREFIX environment variable when running
|
||||
verify scripts
|
||||
- beginnings of SCO support (though I suspect it will take one
|
||||
|
|
|
@ -7,8 +7,8 @@ libdir= $(prefix)/lib
|
|||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
OPTS = @DEFS@
|
||||
LIBRPMRC_FILENAME=@sysconfdir@/rpmrc
|
||||
LIBRPMALIAS_FILENAME=@sysconfdir@/rpmpopt
|
||||
LIBRPMRC_FILENAME=$(libdir)/rpmrc
|
||||
LIBRPMALIAS_FILENAME=$(libdir)/rpmpopt
|
||||
RPMNLSDIR=@datadir@/locale
|
||||
RPMNLSPACKAGE=rpm
|
||||
CFLAGS = @CFLAGS@ @INCPATH@ $(WARNINGS) $(OPTS) -I$(topdir) \
|
||||
|
|
Loading…
Reference in New Issue