use DESTDIR in install-data-hook
This commit is contained in:
parent
2033f09441
commit
556a08cec8
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ dist_userscript_DATA = \
|
|||
tools/themeupdate/themeupdate.py
|
||||
|
||||
install-data-hook:
|
||||
chmod +x $(userscriptdir)/themeupdate.py
|
||||
chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py
|
||||
|
||||
dist_desktopfiles_DATA = \
|
||||
data/openbox.desktop
|
||||
|
|
Loading…
Reference in a new issue