From 6e5c77a7beaa8a65294a9c6c992e70e288fff89c Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 13 May 1999 14:26:58 +0000 Subject: fix: conversion script left off leading underscores. CVS patchset: 3060 CVS date: 1999/05/13 14:26:58 --- scripts/convertrpmrc.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'scripts') diff --git a/scripts/convertrpmrc.sh b/scripts/convertrpmrc.sh index 2422e43e5..41e0a0460 100644 --- a/scripts/convertrpmrc.sh +++ b/scripts/convertrpmrc.sh @@ -47,20 +47,20 @@ awk 'BEGIN { xlate["netsharedpath"] = "_netsharedpath" xlate["pgp_name"] = "_pgp_name" xlate["pgp_path"] = "_pgp_path" + xlate["rpmdir"] = "_rpmdir" + xlate["rpmfilename"] = "_rpmfilename" + xlate["signature"] = "_signature" + xlate["sourcedir"] = "_sourcedir" + xlate["specdir"] = "_specdir" + xlate["srcrpmdir"] = "_srcrpmdir" + xlate["timecheck"] = "_timecheck" + xlate["tmppath"] = "_tmppath" + xlate["topdir"] = "_topdir" # direct translation with no underscore at all xlate["buildroot"] = "buildroot" xlate["distribution"] = "distribution" xlate["packager"] = "packager" - xlate["rpmdir"] = "rpmdir" - xlate["rpmfilename"] = "rpmfilename" - xlate["signature"] = "signature" - xlate["sourcedir"] = "sourcedir" - xlate["specdir"] = "specdir" - xlate["srcrpmdir"] = "srcrpmdir" - xlate["timecheck"] = "timecheck" - xlate["tmppath"] = "tmppath" - xlate["topdir"] = "topdir" xlate["vendor"] = "vendor" # simply remove -- cgit v1.2.3