summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-03-07 15:37:17 +0000
committerjbj <devnull@localhost>2000-03-07 15:37:17 +0000
commitacdafeca5ca650d1944e45b94bc6a60ff3fb67a2 (patch)
tree6a8b89386d8f36ed79bbd4fd36a1349abd6ed4d7 /scripts
parent8787c03f2d0872a24cdd23efaba5aa744ddea481 (diff)
downloadrpm-acdafeca5ca650d1944e45b94bc6a60ff3fb67a2.tar.gz
rpm-acdafeca5ca650d1944e45b94bc6a60ff3fb67a2.tar.bz2
rpm-acdafeca5ca650d1944e45b94bc6a60ff3fb67a2.zip
portability: zlib-1.0.4 has not gzseek
portability: Red Hat 4.x has not personality CVS patchset: 3609 CVS date: 2000/03/07 15:37:17
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 4c3166d01..ba114dac1 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -220,7 +220,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 \