diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-23 22:30:12 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-23 22:30:12 (EDT) |
commit | 2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 (patch) | |
tree | 63333da3c78510a43c331a273208252edb5ee020 /lib | |
parent | 65762290fd7df88271951aa3efb12d469fe998e2 (diff) |
mv lib/profiles/ lib/profile/
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 |