diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-08 13:49:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-08 13:49:50 (EDT) |
commit | c8a4e7dd7528a0330e0cc6507ffa8378bea291c8 (patch) | |
tree | 4b4620f3571ed090f01e99da20550bd166467501 /lib | |
parent | 8a3e16effb73aa62de2c20dc3c2eb012d69e6665 (diff) |
Add "archtab" path ID to ob_get_system_path().
Diffstat (limited to 'lib')
-rw-r--r-- | lib/metadata/proteanos.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/metadata/proteanos.sh b/lib/metadata/proteanos.sh index 52719da..b8aa369 100644 --- a/lib/metadata/proteanos.sh +++ b/lib/metadata/proteanos.sh @@ -157,6 +157,15 @@ _ob_get_system_path_proteanos() return ${?} fi ;; + 'archtab') + # arch + if [ ${#} -eq 1 ]; then + printf '/usr/share/opkbuild/archtab/%s' "${1}" + else + _ob_return 125 + return ${?} + fi + ;; 'buildflags') # arch if [ ${#} -eq 1 ]; then |