From 74c117a73211dace5f69c706901acabf2df7dd56 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Aug 2014 20:57:12 -0400 Subject: profile_default_plat(): New function --- (limited to 'lib/profiles') diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh index e2c0d07..8354e0c 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profiles/proteanos.sh @@ -63,6 +63,11 @@ prof_proteanos_detect_arch() printf '%s\n' "${arch}" } +prof_proteanos_default_plat() +{ + printf 'dev\n' +} + prof_proteanos_feeds() { local arch="${1}" -- cgit v0.9.1