mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
mkdir
This commit is contained in:
parent
9f05aab9fc
commit
2e440861bc
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -169,6 +169,7 @@ dist/$(TARGET): $(OBJS) $(VVFATOBJS) $(QEMU_OBJS)
|
|||
|
||||
install: all dist/$(TARGET).desktop dist/$(TARGET).man
|
||||
install -D -m 755 dist/$(TARGET) "$(DESTDIR)$(INSTALL_BINARY_DIR)/$(TARGET)"
|
||||
mkdir -p "$(DESTDIR)$(INSTALL_DATA_DIR)/"
|
||||
cp dist/*.png "$(DESTDIR)$(INSTALL_DATA_DIR)/"
|
||||
install -D -m 644 dist/$(TARGET).desktop "$(DESTDIR)$(INSTALL_MENU_DIR)/$(TARGET).desktop"
|
||||
install -D -m 644 dist/$(TARGET).man "$(DESTDIR)$(INSTALL_MAN_DIR)/$(TARGET).1"
|
||||
|
|
Loading…
Reference in a new issue