bkueng/JumpToWindow

Makefile INSTALL_DIR parameter

Closed this issue · 2 comments

Hello,

I am trying to make a package out of your code for Arch Linux. However, since INSTALL_DIR in Makefile is solidly defined, I have to patch to change the install directory. Can you please make that parameter inputtable so that I can pass desired directory from command line while building?

Something like following will do the trick I guess:

INSTALL_DIR?=$(HOME)/.local/share/rhythmbox/plugins/JumpToWindow

ok, done.

Thanks a lot!