mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 04:11:07 -05:00
Fixed the install rule
This commit is contained in:
@@ -134,9 +134,15 @@ clean:
|
||||
run:
|
||||
sudo ./$(RASCSI) -ID1 /home/pi/HARDDISK2.hda -ID6 /home/pi/marathon.iso
|
||||
|
||||
install: $(MAN_PAGE_DIR)/rascsi.1 $(MAN_PAGE_DIR)/rasctl.1
|
||||
sudo cp $(RASCTL) $(USR_LOCAL_BIN)
|
||||
sudo cp $(RASCSI) $(USR_LOCAL_BIN)
|
||||
install: $(MAN_PAGE_DIR)/rascsi.1 $(MAN_PAGE_DIR)/rasctl.1 $(USR_LOCAL_BIN)/$(RASCSI) $(USR_LOCAL_BIN)/$(RASCTL)
|
||||
echo Install Complete!
|
||||
|
||||
|
||||
$(USR_LOCAL_BIN)/$(RASCSI): $(BINDIR)/$(RASCSI)
|
||||
sudo cp $< $@
|
||||
|
||||
$(USR_LOCAL_BIN)/$(RASCTL): $(BINDIR)/$(RASCTL)
|
||||
sudo cp $< $@
|
||||
|
||||
$(MAN_PAGE_DIR)/%.1 : $(DOC_DIR)/%.1
|
||||
sudo cp $< $@
|
||||
|
||||
Reference in New Issue
Block a user