yoyossef / ds360

xboxdrv wrapper to use a Dualsense as a Xbox 360 controller on Linux
38 stars 6 forks source link

Create required directories when installing #8

Open MattSturgeon opened 1 year ago

MattSturgeon commented 1 year ago

I noticed make install wasn't working for me. Turned out the install command wasn't creating the target directories $(PREFIX)/bin/ and $(HOME)/.config/systemd/user/ because the -D flag wasn't used.