Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101887
Collapse All | Expand All

(-)opkdekiosk/applet/Makefile.in.old (-1 / +1 lines)
Lines 636-642 Link Here
636
#>+ 1
636
#>+ 1
637
	$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kicker/applets/
637
	$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/kicker/applets/
638
	$(INSTALL_DATA) $(srcdir)/opkdekiosk.desktop \
638
	$(INSTALL_DATA) $(srcdir)/opkdekiosk.desktop \
639
	$(kde_datadir)/kicker/applets/opkdekiosk.desktop
639
	$(DESTDIR)$(kde_datadir)/kicker/applets/opkdekiosk.desktop
640
640
641
uninstall-local:
641
uninstall-local:
642
#>- 	-rm -f $(kde_datadir)/kicker/applets/opkdekiosk.desktop
642
#>- 	-rm -f $(kde_datadir)/kicker/applets/opkdekiosk.desktop
(-)opkdekiosk/kiosksetup/Makefile.in.old (+1 lines)
Lines 619-624 Link Here
619
install-data-local:
619
install-data-local:
620
#>- 	$(INSTALL_DATA) $(srcdir)/kioskclientrc $(kde_confdir)/kioskclientrc
620
#>- 	$(INSTALL_DATA) $(srcdir)/kioskclientrc $(kde_confdir)/kioskclientrc
621
#>+ 1
621
#>+ 1
622
	$(mkinstalldirs) $(DESTDIR)$(kde_confdir)
622
	$(INSTALL_DATA) $(srcdir)/kioskclientrc $(DESTDIR)$(kde_confdir)/kioskclientrc
623
	$(INSTALL_DATA) $(srcdir)/kioskclientrc $(DESTDIR)$(kde_confdir)/kioskclientrc
623
624
624
uninstall-local:
625
uninstall-local:
(-)opkdekiosk/pixmaps/Makefile.in.old (-3 / +3 lines)
Lines 529-539 Link Here
529
#>+ 1
529
#>+ 1
530
	$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/openkiosk/defaultbg
530
	$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/openkiosk/defaultbg
531
	$(INSTALL_DATA) $(srcdir)/index.html \
531
	$(INSTALL_DATA) $(srcdir)/index.html \
532
		$(kde_datadir)/openkiosk/defaultbg/index.html
532
		$(DESTDIR)$(kde_datadir)/openkiosk/defaultbg/index.html
533
	$(INSTALL_DATA) $(srcdir)/img1.png \
533
	$(INSTALL_DATA) $(srcdir)/img1.png \
534
		$(kde_datadir)/openkiosk/defaultbg/img1.png
534
		$(DESTDIR)$(kde_datadir)/openkiosk/defaultbg/img1.png
535
	$(INSTALL_DATA) $(srcdir)/ok.css \
535
	$(INSTALL_DATA) $(srcdir)/ok.css \
536
		$(kde_datadir)/openkiosk/defaultbg/ok.css
536
		$(DESTDIR)$(kde_datadir)/openkiosk/defaultbg/ok.css
537
537
538
uninstall-local:
538
uninstall-local:
539
#>- 	-rm -rf $(kde_datadir)/openkiosk/
539
#>- 	-rm -rf $(kde_datadir)/openkiosk/

Return to bug 101887