File fix-install-target.patch of Package attractmode

diff --git a/Makefile b/Makefile
index 2d01a5f..1b19729 100644
--- a/Makefile
+++ b/Makefile
@@ -435,7 +435,6 @@ ifneq ($(FE_DEBUG),1)
 endif
 
 .PHONY: clean
-
 .PHONY: install
 
 $(OBJ_DIR):
@@ -677,11 +676,10 @@ $(DATA_PATH):
 	$(MD) -p $(DESTDIR)$@
 
 install: $(EXE) $(DATA_PATH)
-	install -D -t $(DESTDIR)$(bindir) $(EXE)
+	install -D $(EXE) $(DESTDIR)$(bindir)/$(EXE)
 	mkdir -p $(DESTDIR)$(DATA_PATH)
 	cp -r config/* $(DESTDIR)$(DATA_PATH)
 
-
 smallclean:
 	-$(RM) $(OBJ_DIR)/*.o *~ core
 
openSUSE Build Service is sponsored by