summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-12-21 17:11:43 +0000
committerjbj <devnull@localhost>1999-12-21 17:11:43 +0000
commit3b0700f77b8ad72f4cd7f1ffbfe4b1fc37740603 (patch)
tree6834e310f75efe88fc9b1fc05ed80cfb7efd74bb /lib
parent6e704014b740394aba2452f8fb78726925a78dcf (diff)
downloadrpm-3b0700f77b8ad72f4cd7f1ffbfe4b1fc37740603.tar.gz
rpm-3b0700f77b8ad72f4cd7f1ffbfe4b1fc37740603.tar.bz2
rpm-3b0700f77b8ad72f4cd7f1ffbfe4b1fc37740603.zip
lib/rpmio.c: Start weeding the debug messages.
lib/rpmio.c: Functional HTTP PUT. CVS patchset: 3493 CVS date: 1999/12/21 17:11:43
Diffstat (limited to 'lib')
-rw-r--r--lib/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/install.c b/lib/install.c
index 0abf54bbe..51cc4e4c4 100644
--- a/lib/install.c
+++ b/lib/install.c
@@ -513,7 +513,7 @@ static int installSources(Header h, const char * rootdir, FD_t fd,
(void **) &archiveSizePtr, NULL))
archiveSizePtr = NULL;
- chdir(realSourceDir);
+ Chdir(realSourceDir);
if (installArchive(fd, fileCount > 0 ? files : NULL,
fileCount, notify, notifyData, NULL, h,
specFileIndex >=0 ? NULL : &specFile,
@@ -521,7 +521,7 @@ static int installSources(Header h, const char * rootdir, FD_t fd,
rc = 2;
goto exit;
}
- chdir(currDir);
+ Chdir(currDir);
if (specFileIndex == -1) {
if (specFile == NULL) {