Install live configuration files in /home/liveuser instead of /root
This commit is contained in:
parent
5668673c57
commit
f8fadf2ef1
4
Makefile
4
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:
|
||||
|
||||
|
2
liveuser/.kde4/share/config/kmail-migratorrc
Normal file
2
liveuser/.kde4/share/config/kmail-migratorrc
Normal file
@ -0,0 +1,2 @@
|
||||
[Migration]
|
||||
Enabled=false
|
2
liveuser/.kde4/share/config/kres-migratorrc
Normal file
2
liveuser/.kde4/share/config/kres-migratorrc
Normal file
@ -0,0 +1,2 @@
|
||||
[Migration]
|
||||
Enabled=false
|
Loading…
Reference in New Issue
Block a user