Fixed keyboard bug where keypresses were not being registered, working on libreadline
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index d358270..d18e52e 100644 (file)
@@ -13,7 +13,7 @@ clean:
        @$(RM) $(OBJ) $(BIN) $(BIN).dsm Map.txt
 
 install: $(BIN)
-       $(xCP) $(BIN) $(DISTROOT)/Bin/
+       $(xCP) $(BIN) $(DISTROOT)/$(DIR)/
 
 $(BIN): $(OBJ)
        @echo --- $(LD) -o $@

UCC git Repository :: git.ucc.asn.au