diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:58:44 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-12-06 23:58:44 (EST) |
commit | 778eac65d35163a2c25b2c3fbacffd7ee724e58d (patch) | |
tree | d7bb69d53d9cdc3925ce76fb85587dd60858ffd4 | |
parent | 21316880285d9d406e7732b393a13a95329dee15 (diff) |
Move lib/*.sh to src/
-rw-r--r-- | lib/local.mk | 23 | ||||
-rw-r--r-- | src/archplat.sh (renamed from lib/archplat.sh) | 0 | ||||
-rw-r--r-- | src/block.sh (renamed from lib/block.sh) | 0 | ||||
-rw-r--r-- | src/cmd.sh (renamed from lib/cmd.sh) | 0 | ||||
-rw-r--r-- | src/control.sh (renamed from lib/control.sh) | 0 | ||||
-rw-r--r-- | src/deps.sh (renamed from lib/deps.sh) | 0 | ||||
-rw-r--r-- | src/dir.sh (renamed from lib/dir.sh) | 0 | ||||
-rw-r--r-- | src/fd.sh (renamed from lib/fd.sh) | 0 | ||||
-rw-r--r-- | src/feed.sh (renamed from lib/feed.sh) | 0 | ||||
-rw-r--r-- | src/getopt.sh (renamed from lib/getopt.sh) | 0 | ||||
-rw-r--r-- | src/install.sh (renamed from lib/install.sh) | 0 | ||||
-rw-r--r-- | src/local.mk | 23 | ||||
-rw-r--r-- | src/locale.sh (renamed from lib/locale.sh) | 0 | ||||
-rw-r--r-- | src/mutex.sh (renamed from lib/mutex.sh) | 0 | ||||
-rw-r--r-- | src/opkg.sh (renamed from lib/opkg.sh) | 0 | ||||
-rw-r--r-- | src/output.sh (renamed from lib/output.sh) | 0 | ||||
-rw-r--r-- | src/package.sh (renamed from lib/package.sh) | 0 | ||||
-rw-r--r-- | src/pkg.sh (renamed from lib/pkg.sh) | 0 | ||||
-rw-r--r-- | src/profile.sh (renamed from lib/profile.sh) | 0 | ||||
-rw-r--r-- | src/rand.sh (renamed from lib/rand.sh) | 0 | ||||
-rw-r--r-- | src/session.sh (renamed from lib/session.sh) | 0 | ||||
-rw-r--r-- | src/substvars.sh (renamed from lib/substvars.sh) | 0 | ||||
-rw-r--r-- | src/vardata.sh (renamed from lib/vardata.sh) | 0 |
23 files changed, 22 insertions, 24 deletions
diff --git a/lib/local.mk b/lib/local.mk index 7370a5d..9cf3de7 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -1,26 +1,3 @@ -prokit_SOURCES += \ - lib/output.sh \ - lib/locale.sh \ - lib/getopt.sh \ - lib/fd.sh \ - lib/dir.sh \ - lib/vardata.sh \ - lib/archplat.sh \ - lib/deps.sh \ - lib/substvars.sh \ - lib/control.sh \ - lib/feed.sh \ - lib/pkg.sh \ - lib/mutex.sh \ - lib/session.sh \ - lib/block.sh \ - lib/opkg.sh \ - lib/rand.sh \ - lib/cmd.sh \ - lib/profile.sh \ - lib/package.sh \ - lib/install.sh - include $(top_srcdir)/lib/cmd/local.mk include $(top_srcdir)/lib/profile/local.mk include $(top_srcdir)/lib/package/local.mk diff --git a/lib/archplat.sh b/src/archplat.sh index b8324a0..b8324a0 100644 --- a/lib/archplat.sh +++ b/src/archplat.sh diff --git a/lib/block.sh b/src/block.sh index f056305..f056305 100644 --- a/lib/block.sh +++ b/src/block.sh diff --git a/lib/control.sh b/src/control.sh index b25d00b..b25d00b 100644 --- a/lib/control.sh +++ b/src/control.sh diff --git a/lib/deps.sh b/src/deps.sh index 862caff..862caff 100644 --- a/lib/deps.sh +++ b/src/deps.sh diff --git a/lib/feed.sh b/src/feed.sh index 4288c2a..4288c2a 100644 --- a/lib/feed.sh +++ b/src/feed.sh diff --git a/lib/getopt.sh b/src/getopt.sh index 07769e7..07769e7 100644 --- a/lib/getopt.sh +++ b/src/getopt.sh diff --git a/lib/install.sh b/src/install.sh index e1e93df..e1e93df 100644 --- a/lib/install.sh +++ b/src/install.sh diff --git a/src/local.mk b/src/local.mk index 980b6ac..6133821 100644 --- a/src/local.mk +++ b/src/local.mk @@ -1,2 +1,23 @@ prokit_SOURCES += \ - src/main.sh + src/main.sh \ + src/output.sh \ + src/locale.sh \ + src/getopt.sh \ + src/fd.sh \ + src/dir.sh \ + src/vardata.sh \ + src/archplat.sh \ + src/deps.sh \ + src/substvars.sh \ + src/control.sh \ + src/feed.sh \ + src/pkg.sh \ + src/mutex.sh \ + src/session.sh \ + src/block.sh \ + src/opkg.sh \ + src/rand.sh \ + src/cmd.sh \ + src/profile.sh \ + src/package.sh \ + src/install.sh diff --git a/lib/locale.sh b/src/locale.sh index 76d2d9b..76d2d9b 100644 --- a/lib/locale.sh +++ b/src/locale.sh diff --git a/lib/mutex.sh b/src/mutex.sh index cd4a365..cd4a365 100644 --- a/lib/mutex.sh +++ b/src/mutex.sh diff --git a/lib/opkg.sh b/src/opkg.sh index 9e5c3c4..9e5c3c4 100644 --- a/lib/opkg.sh +++ b/src/opkg.sh diff --git a/lib/output.sh b/src/output.sh index 62d2095..62d2095 100644 --- a/lib/output.sh +++ b/src/output.sh diff --git a/lib/package.sh b/src/package.sh index 3175202..3175202 100644 --- a/lib/package.sh +++ b/src/package.sh diff --git a/lib/profile.sh b/src/profile.sh index f64a0d8..f64a0d8 100644 --- a/lib/profile.sh +++ b/src/profile.sh diff --git a/lib/rand.sh b/src/rand.sh index 872d3fb..872d3fb 100644 --- a/lib/rand.sh +++ b/src/rand.sh diff --git a/lib/session.sh b/src/session.sh index 6453fae..6453fae 100644 --- a/lib/session.sh +++ b/src/session.sh diff --git a/lib/substvars.sh b/src/substvars.sh index c2bc3f8..c2bc3f8 100644 --- a/lib/substvars.sh +++ b/src/substvars.sh diff --git a/lib/vardata.sh b/src/vardata.sh index 0c68d67..0c68d67 100644 --- a/lib/vardata.sh +++ b/src/vardata.sh |