diff --git a/Makefile b/Makefile index 0f70ecb..473c586 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ install-dirs: @$(INSTALL_DIR) $(DESTDIR)$(sysconfigdir) @$(INSTALL_DIR) $(DESTDIR)$(installerdatadir) @$(INSTALL_DIR) $(DESTDIR)$(SYSTEM_MENU_DIR) - @$(INSTALL_DIR) $(DESTDIR)/root/ + @$(INSTALL_DIR) $(DESTDIR)/home/liveuser/ install-icons: @for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \ @@ -81,7 +81,7 @@ install: install-dirs install-locales install-icons $(INSTALL_PROGRAM) installer/installer.kmdr $(DESTDIR)$(installerdatadir) $(INSTALL_PROGRAM) installer/*.sh $(DESTDIR)$(installerdatadir) $(INSTALL_DATA) installer/openmamba-installer.desktop $(DESTDIR)$(SYSTEM_MENU_DIR) - cp -a root/.kde4 $(DESTDIR)/root/ + cp -a liveuser/.kde4 $(DESTDIR)/home/liveuser/ clean: diff --git a/liveuser/.kde4/share/config/kmail-migratorrc b/liveuser/.kde4/share/config/kmail-migratorrc new file mode 100644 index 0000000..5dde57e --- /dev/null +++ b/liveuser/.kde4/share/config/kmail-migratorrc @@ -0,0 +1,2 @@ +[Migration] +Enabled=false diff --git a/liveuser/.kde4/share/config/kres-migratorrc b/liveuser/.kde4/share/config/kres-migratorrc new file mode 100644 index 0000000..5dde57e --- /dev/null +++ b/liveuser/.kde4/share/config/kres-migratorrc @@ -0,0 +1,2 @@ +[Migration] +Enabled=false diff --git a/root/.kde4/share/config/nepomukserverrc b/liveuser/.kde4/share/config/nepomukserverrc similarity index 100% rename from root/.kde4/share/config/nepomukserverrc rename to liveuser/.kde4/share/config/nepomukserverrc