aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-06 21:42:54 +0000
committerng0 <ng0@n0.is>2019-04-06 21:42:54 +0000
commit1f5c4b41b4686e46c678ce7e8f40c31a76c716c5 (patch)
treee270b387745c4af185f42089b4db57b058791361 /src
parentff1beaea31cb959b3184289949aff26dbab86513 (diff)
downloadgnunet-1f5c4b41b4686e46c678ce7e8f40c31a76c716c5.tar.gz
gnunet-1f5c4b41b4686e46c678ce7e8f40c31a76c716c5.zip
Make gnunet-download-manager.scm no longer install.
It was written for a guile version which is no longer supported. No one of us has really tested it in a very long time to care about updating it to a supported guile version. We don't want to install broken scripts, so at this point either someone steps up and fixes it or it remains bitrotting where it currently is.
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index d452bbf3c..85ac37b83 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -89,8 +89,9 @@ bin_PROGRAMS = \
89 gnunet-fs \ 89 gnunet-fs \
90 gnunet-unindex 90 gnunet-unindex
91 91
92bin_SCRIPTS = \ 92#bin_SCRIPTS = \
93 gnunet-download-manager.scm 93# gnunet-download-manager.scm
94noinst_SCRIPTS = gnunet-download-manager.scm
94 95
95gnunet_directory_SOURCES = \ 96gnunet_directory_SOURCES = \
96 gnunet-directory.c 97 gnunet-directory.c
@@ -574,6 +575,6 @@ EXTRA_DIST = \
574 test_gnunet_service_fs_migration_data.conf \ 575 test_gnunet_service_fs_migration_data.conf \
575 test_gnunet_service_fs_p2p_cadet.conf \ 576 test_gnunet_service_fs_p2p_cadet.conf \
576 test_pseudonym_data.conf \ 577 test_pseudonym_data.conf \
577 $(bin_SCRIPTS) 578 $(noinst_SCRIPTS)
578 579
579CLEANFILES = $(check_SCRIPTS) 580CLEANFILES = $(check_SCRIPTS)