summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorOle Streicher <olebole@debian.org>2016-06-07 06:37:08 (GMT)
committerOle Streicher <olebole@debian.org>2016-06-07 06:37:08 (GMT)
commit65281ef1ee7a2ec124b3c45aa4620b7e885c3cad (patch)
tree16ad0890466d35566082e66054c1ac4b4578bafb /Makefile.in
parent0dec7bfd2833105b5c1a59893f0b6da802fbaedc (diff)
downloadblt-65281ef1ee7a2ec124b3c45aa4620b7e885c3cad.zip
blt-65281ef1ee7a2ec124b3c45aa4620b7e885c3cad.tar.gz
blt-65281ef1ee7a2ec124b3c45aa4620b7e885c3cad.tar.bz2
Don't install empty directory /usr/bin.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f0401e..ba2f556 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -421,7 +421,7 @@ install-lib-binaries: binaries
#========================================================================
install-bin-binaries: binaries
- @$(INSTALL_DATA_DIR) $(DESTDIR)$(bindir)
+ @$(INSTALL_DATA_DIR)
@list='$(bin_BINARIES)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$p"; \