Skip to content

Commit

Permalink
Create folder for installation files
Browse files Browse the repository at this point in the history
  • Loading branch information
medusalix committed Feb 6, 2020
1 parent 1250444 commit 6702f94
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ xow: $(OBJECTS)
firmware.o: firmware.bin
$(LD) -r -b binary -o $@ $<

xow.service: xow.service.in
sed 's|#BINDIR#|$(BINDIR)|' xow.service.in > xow.service
xow.service: install/service.in
sed 's|#BINDIR#|$(BINDIR)|' $< > $@

.PHONY: install
install: xow xow.service
install -D -m 755 xow $(DESTDIR)$(BINDIR)/xow
install -D -m 644 xow-udev.rules $(DESTDIR)$(UDEVDIR)/99-xow.rules
install -D -m 644 xow-modules.conf $(DESTDIR)$(MODLDIR)/xow-uinput.conf
install -D -m 644 xow-modprobe.conf $(DESTDIR)$(MODPDIR)/xow-blacklist.conf
install -D -m 644 install/udev.rules $(DESTDIR)$(UDEVDIR)/99-xow.rules
install -D -m 644 install/modules.conf $(DESTDIR)$(MODLDIR)/xow-uinput.conf
install -D -m 644 install/modprobe.conf $(DESTDIR)$(MODPDIR)/xow-blacklist.conf
install -D -m 644 xow.service $(DESTDIR)$(SYSDDIR)/xow.service
$(RM) xow.service

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6702f94

Please sign in to comment.