summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-06-12 22:07:13 +0000
committerjbj <devnull@localhost>2000-06-12 22:07:13 +0000
commit2063e9bd5373dd18a18fda9419e4560420ca9e45 (patch)
tree9d586a8681e16b0e080a7d35e7b25d79fb0386bf /scripts
parentbed61632d7a89025e5854810e768d5c4e4e4996d (diff)
downloadrpm-2063e9bd5373dd18a18fda9419e4560420ca9e45.tar.gz
rpm-2063e9bd5373dd18a18fda9419e4560420ca9e45.tar.bz2
rpm-2063e9bd5373dd18a18fda9419e4560420ca9e45.zip
Add dbcursor to dbi interface.
CVS patchset: 3830 CVS date: 2000/06/12 22:07:13
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 4cf2209e4..0787ca2f0 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -231,7 +231,7 @@ distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \