summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-15 04:56:33 +0000
committerjbj <devnull@localhost>2001-06-15 04:56:33 +0000
commitf0d2abd2bcb74ab18645355ba45189abe77f38bf (patch)
treecfa580201935a10cf034c1a1655fda810205d74e /Makefile.am
parent22b9de5f331285fef6b353b9441d121dcc639ea2 (diff)
downloadlibrpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.tar.gz
librpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.tar.bz2
librpm-tizen-f0d2abd2bcb74ab18645355ba45189abe77f38bf.zip
- fix: db1 end-of-file not detected in legacy compatible way.
- fix: remove (harmless) chown error message from %post. - add --target/--host to %configure, add example cross-build/config.site scripts to /usr/lib/rpm <arjanv@redhat.com> (#44581). - rpmdb iterator selectors permit default/strcmp/regex/glob matching. - rpmdb iterator selectors permit negative matches. CVS patchset: 4861 CVS date: 2001/06/15 04:56:33
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0140ef882..8533bfb89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ pkglibdir = @RPMCONFIGDIR@
pkglib_PROGRAMS = rpmb rpmd rpmi rpmk rpmq
pkglib_DATA = rpmrc rpmpopt-$(VERSION) macros
pkglib_SCRIPTS = find-provides find-requires mkinstalldirs \
- config.guess config.sub
+ config.guess config.sub config.site
rpmpopt-$(VERSION): rpmpopt
cp rpmpopt $@