about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 084a2d8..9019b31 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,7 +82,7 @@ bindir = $(prefix)/bin
 symlink-install :
         mkdir -p $(bindir)
         dtas=$(CURDIR)/dtas.sh && cd $(bindir) && \
-        for x in $(CURDIR)/bin/*; do \
+        for x in $(CURDIR)/bin/* $(CURDIR)/script/*; do \
                 ln -sf "$$dtas" $$(basename "$$x"); \
         done