diff options
author | jbj <devnull@localhost> | 2000-03-07 15:37:17 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-07 15:37:17 +0000 |
commit | acdafeca5ca650d1944e45b94bc6a60ff3fb67a2 (patch) | |
tree | 6a8b89386d8f36ed79bbd4fd36a1349abd6ed4d7 /python | |
parent | 8787c03f2d0872a24cdd23efaba5aa744ddea481 (diff) | |
download | rpm-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 'python')
-rw-r--r-- | python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 12f9aef88..783f63765 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -324,7 +324,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 \ |