summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deps.mk2
-rwxr-xr-xmkdeps.sh4
-rw-r--r--src/.profile (renamed from src/profile.sh)0
3 files changed, 3 insertions, 3 deletions
diff --git a/deps.mk b/deps.mk
index 98c9246..6c7d319 100644
--- a/deps.mk
+++ b/deps.mk
@@ -5,11 +5,11 @@ sources.sh = \
src/reconfigure \
sources.txt = \
+ src/.profile \
src/backupit.txt \
src/gitconfig \
src/init.scm \
src/known_hosts \
- src/profile.sh \
src/rc \
src/ssh.conf \
diff --git a/mkdeps.sh b/mkdeps.sh
index 55049c3..469629a 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -10,5 +10,5 @@ varlist() {
}
-find src/* -type f -perm -111 | varlist 'sources.sh'
-find src/* -type f -not -perm -111 | varlist 'sources.txt'
+find src -type f -perm -111 | varlist 'sources.sh'
+find src -type f -not -perm -111 | varlist 'sources.txt'
diff --git a/src/profile.sh b/src/.profile
index 1dca8b2..1dca8b2 100644
--- a/src/profile.sh
+++ b/src/.profile