Makefile: fix installation path
This commit is contained in:
parent
8d9aafcebe
commit
579b414fcb
4
Makefile
4
Makefile
@ -63,8 +63,8 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(INSTALL_DIR) $(DESTDIR)$(kdedatadir)/kdm/themes
|
$(INSTALL_DIR) $(DESTDIR)$(kdeappsdir)/kdm/themes
|
||||||
cp -a openmamba $(DESTDIR)$(kdedatadir)/kdm/themes/
|
cp -a openmamba $(DESTDIR)$(kdeappsdir)/kdm/themes/
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
@git log > ChangeLog.git
|
@git log > ChangeLog.git
|
||||||
|
Loading…
Reference in New Issue
Block a user