diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profile.sh | 2 | ||||
-rw-r--r-- | lib/profile/local.mk (renamed from lib/profiles/local.mk) | 2 | ||||
-rw-r--r-- | lib/profile/proteanos.sh (renamed from lib/profiles/proteanos.sh) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/profile.sh b/lib/profile.sh index d3c08ec..95fcea1 100644 --- a/lib/profile.sh +++ b/lib/profile.sh @@ -40,7 +40,7 @@ profile_set() if is_profile "${prof}"; then profile="${prof}" - use "profiles/${profile}" + use "profile/${profile}" else error 1 "$(get_msg 'profile_not_found')" "${prof}" fi diff --git a/lib/profiles/local.mk b/lib/profile/local.mk index 5c78536..2ebbca8 100644 --- a/lib/profiles/local.mk +++ b/lib/profile/local.mk @@ -1,2 +1,2 @@ pkgdataprofile_sources = \ - lib/profiles/proteanos.sh + lib/profile/proteanos.sh diff --git a/lib/profiles/proteanos.sh b/lib/profile/proteanos.sh index 68b161e..d5654ae 100644 --- a/lib/profiles/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -1,5 +1,5 @@ # ProteanOS Development Kit -# lib/profiles/proteanos.sh +# lib/profile/proteanos.sh # ProteanOS architecture detection and feeds lists. # # Copyright (C) 2013 Patrick "P. J." McDermott |