diff options
author | jbj <devnull@localhost> | 1999-05-13 14:26:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-05-13 14:26:58 +0000 |
commit | 6e5c77a7beaa8a65294a9c6c992e70e288fff89c (patch) | |
tree | 5dcb815ef793a6a78128ea1fab54dcaaa44333fd /scripts | |
parent | 73fb1d72355a5defacb8bd388afd5c13245b38f8 (diff) | |
download | librpm-tizen-6e5c77a7beaa8a65294a9c6c992e70e288fff89c.tar.gz librpm-tizen-6e5c77a7beaa8a65294a9c6c992e70e288fff89c.tar.bz2 librpm-tizen-6e5c77a7beaa8a65294a9c6c992e70e288fff89c.zip |
fix: conversion script left off leading underscores.
CVS patchset: 3060
CVS date: 1999/05/13 14:26:58
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/convertrpmrc.sh | 18 |
1 files changed, 9 insertions, 9 deletions
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 |