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:
|
||||
|
||||
install:
|
||||
$(INSTALL_DIR) $(DESTDIR)$(kdedatadir)/kdm/themes
|
||||
cp -a openmamba $(DESTDIR)$(kdedatadir)/kdm/themes/
|
||||
$(INSTALL_DIR) $(DESTDIR)$(kdeappsdir)/kdm/themes
|
||||
cp -a openmamba $(DESTDIR)$(kdeappsdir)/kdm/themes/
|
||||
|
||||
dist: clean
|
||||
@git log > ChangeLog.git
|
||||
|
Loading…
Reference in New Issue
Block a user