diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-24 14:58:14 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-24 14:58:14 -0700 |
commit | 4c1a12f5ddaaf418cea4ca41bac3f5d6f822ee6d (patch) | |
tree | d1e81bb04f39b0cb4e537093e45ad0d6cb144001 /maintainer/package-versions.template | |
parent | 2d7efa5591a2cd721adf0888f6aed998dc28fb84 (diff) | |
download | crosstool-ng-4c1a12f5ddaaf418cea4ca41bac3f5d6f822ee6d.tar.gz crosstool-ng-4c1a12f5ddaaf418cea4ca41bac3f5d6f822ee6d.tar.bz2 crosstool-ng-4c1a12f5ddaaf418cea4ca41bac3f5d6f822ee6d.zip |
Add "postprocessing" to substituted variables
... and reduce the number of variables defined explicitly.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/package-versions.template')
-rw-r--r-- | maintainer/package-versions.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maintainer/package-versions.template b/maintainer/package-versions.template index 36451620..61f938f6 100644 --- a/maintainer/package-versions.template +++ b/maintainer/package-versions.template @@ -2,12 +2,12 @@ #!foreach version run_pkgversion \ master=@@master@@ \ - masterpfx=@@masterpfx@@ \ - originpfx=@@originpfx@@ \ + masterpfx=@@master|@@ \ + originpfx=@@origin|@@ \ pkg_name=@@pkg_name@@ \ - pfx=@@pfx@@ \ - versionlocked=@@versionlocked@@ \ + pfx=@@fork|@@ \ + versionlocked=@@versionlocked|@@ \ ver=@@ver@@ \ - kcfg=@@kcfg@@ + kcfg=@@ver_sel|@@ #!end-foreach #!end-foreach |