diff options
author | jbj <devnull@localhost> | 2000-08-27 19:43:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-27 19:43:51 +0000 |
commit | d83648fc60c69113f80765908430b2eac8c3dba1 (patch) | |
tree | 166ef2545b3c33e05363151b06acc781d052956d /build.c | |
parent | 9866d30b0d4a494f33dd3f30074eff6c0dea90b5 (diff) | |
download | librpm-tizen-d83648fc60c69113f80765908430b2eac8c3dba1.tar.gz librpm-tizen-d83648fc60c69113f80765908430b2eac8c3dba1.tar.bz2 librpm-tizen-d83648fc60c69113f80765908430b2eac8c3dba1.zip |
Rip out rpmrc configuration.
CVS patchset: 4134
CVS date: 2000/08/27 19:43:51
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -99,8 +99,6 @@ static int buildForTarget(const char *arg, struct rpmBuildArguments *ba, Spec spec = NULL; int rc; - rpmSetTables(RPM_MACHTABLE_BUILDARCH, RPM_MACHTABLE_BUILDOS); - if (ba->buildRootOverride) buildRootURL = rpmGenPath(NULL, ba->buildRootOverride, NULL); |