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/ --- 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 -- cgit v0.9.1