diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 00:04:42 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 00:04:42 (EST) |
commit | 3435dba76a2e1055a98ae79259c63facc2caf207 (patch) | |
tree | 6ec9b0638dd578fd133f9725df71607a1b52bf6a | |
parent | 2d74b33fd3ad5704e6e3c2f58d5688ccd4b51905 (diff) |
Move lib/profile/*.sh to src/profile/
-rw-r--r-- | lib/local.mk | 1 | ||||
-rw-r--r-- | lib/profile/local.mk | 2 | ||||
-rw-r--r-- | src/local.mk | 1 | ||||
-rw-r--r-- | src/profile/local.mk | 2 | ||||
-rw-r--r-- | src/profile/proteanos.sh (renamed from lib/profile/proteanos.sh) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/lib/local.mk b/lib/local.mk index 445b83b..2e89c9a 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -1,2 +1 @@ -include $(top_srcdir)/lib/profile/local.mk include $(top_srcdir)/lib/package/local.mk diff --git a/lib/profile/local.mk b/lib/profile/local.mk deleted file mode 100644 index 6bc8886..0000000 --- a/lib/profile/local.mk +++ /dev/null @@ -1,2 +0,0 @@ -prokit_SOURCES += \ - lib/profile/proteanos.sh diff --git a/src/local.mk b/src/local.mk index 0ef65e3..8a8c077 100644 --- a/src/local.mk +++ b/src/local.mk @@ -23,3 +23,4 @@ prokit_SOURCES += \ src/install.sh include $(top_srcdir)/src/cmd/local.mk +include $(top_srcdir)/src/profile/local.mk diff --git a/src/profile/local.mk b/src/profile/local.mk new file mode 100644 index 0000000..c303390 --- /dev/null +++ b/src/profile/local.mk @@ -0,0 +1,2 @@ +prokit_SOURCES += \ + src/profile/proteanos.sh diff --git a/lib/profile/proteanos.sh b/src/profile/proteanos.sh index 0e146ee..0e146ee 100644 --- a/lib/profile/proteanos.sh +++ b/src/profile/proteanos.sh |