From 2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 23 Aug 2014 22:30:12 -0400 Subject: mv lib/profiles/ lib/profile/ --- (limited to 'lib') 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 -- cgit v0.9.1