summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 (patch)
tree63333da3c78510a43c331a273208252edb5ee020
parent65762290fd7df88271951aa3efb12d469fe998e2 (diff)
mv lib/profiles/ lib/profile/
-rw-r--r--Makefile.am4
-rw-r--r--lib/profile.sh2
-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
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a03a4f..6d6a857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
include $(top_srcdir)/src/local.mk
include $(top_srcdir)/lib/local.mk
include $(top_srcdir)/lib/cmd/local.mk
-include $(top_srcdir)/lib/profiles/local.mk
+include $(top_srcdir)/lib/profile/local.mk
include $(top_srcdir)/locale/local.mk
include $(top_srcdir)/tests/local.mk
@@ -36,7 +36,7 @@ CLEANFILES = \
$(locale_MESSAGES) \
.builddirstamp
pkgdatacmddir = $(pkgdatadir)/cmd
-pkgdataprofiledir = $(pkgdatadir)/profiles
+pkgdataprofiledir = $(pkgdatadir)/profile
uninstall_dirs = \
'$(DESTDIR)$(pkgdataprofiledir)' \
'$(DESTDIR)$(pkgdatacmddir)' \
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