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

(-)Makefile.am (-6 lines)
Lines 49-60 Link Here
49
	touch $(DESTDIR)/$(sysconfigdir)/authconfig
49
	touch $(DESTDIR)/$(sysconfigdir)/authconfig
50
	touch $(DESTDIR)/$(pamdir)/system-auth-ac
50
	touch $(DESTDIR)/$(pamdir)/system-auth-ac
51
	mkdir -p $(DESTDIR)/$(datadir)/applications
51
	mkdir -p $(DESTDIR)/$(datadir)/applications
52
	desktop-file-install --vendor redhat \
53
		--add-category=X-Red-Hat-Base \
54
		--add-category=Application \
55
		--add-category=System \
56
		--dir=$(DESTDIR)/$(datadir)/applications \
57
		authconfig.desktop
58
52
59
uninstall-local:
53
uninstall-local:
60
	$(RM) $(DESTDIR)/$(bindir)/authconfig
54
	$(RM) $(DESTDIR)/$(bindir)/authconfig
(-)Makefile.in (-6 lines)
Lines 896-907 Link Here
896
	touch $(DESTDIR)/$(sysconfigdir)/authconfig
896
	touch $(DESTDIR)/$(sysconfigdir)/authconfig
897
	touch $(DESTDIR)/$(pamdir)/system-auth-ac
897
	touch $(DESTDIR)/$(pamdir)/system-auth-ac
898
	mkdir -p $(DESTDIR)/$(datadir)/applications
898
	mkdir -p $(DESTDIR)/$(datadir)/applications
899
	desktop-file-install --vendor redhat \
900
		--add-category=X-Red-Hat-Base \
901
		--add-category=Application \
902
		--add-category=System \
903
		--dir=$(DESTDIR)/$(datadir)/applications \
904
		authconfig.desktop
905
899
906
uninstall-local:
900
uninstall-local:
907
	$(RM) $(DESTDIR)/$(bindir)/authconfig
901
	$(RM) $(DESTDIR)/$(bindir)/authconfig

Return to bug 171480