Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149798 | Differences between
and this patch

Collapse All | Expand All

(-)graphlcd-base-0.1.3.orig/tools/convpic/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
install: $(PRGNAME)
33
install: $(PRGNAME)
34
	install -d $(BINDIR)
34
	install -d $(BINDIR)
35
	install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR)
35
	install -m 755 -o root -g root $(PRGNAME) $(BINDIR)
36
36
37
uninstall:
37
uninstall:
38
	rm -f $(BINDIR)/$(PRGNAME)
38
	rm -f $(BINDIR)/$(PRGNAME)
(-)graphlcd-base-0.1.3.orig/tools/crtfont/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
35
36
install: $(PRGNAME)
36
install: $(PRGNAME)
37
	install -d $(BINDIR)
37
	install -d $(BINDIR)
38
	install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR)
38
	install -m 755 -o root -g root $(PRGNAME) $(BINDIR)
39
39
40
uninstall:
40
uninstall:
41
	rm -f $(BINDIR)/$(PRGNAME)
41
	rm -f $(BINDIR)/$(PRGNAME)
(-)graphlcd-base-0.1.3.orig/tools/genfont/Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
38
39
install: $(PRGNAME)
39
install: $(PRGNAME)
40
	install -d $(BINDIR)
40
	install -d $(BINDIR)
41
	install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR)
41
	install -m 755 -o root -g root $(PRGNAME) $(BINDIR)
42
	
42
	
43
uninstall:
43
uninstall:
44
	rm -f $(BINDIR)/$(PRGNAME)
44
	rm -f $(BINDIR)/$(PRGNAME)
(-)graphlcd-base-0.1.3.orig/tools/showpic/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
install: $(PRGNAME)
37
install: $(PRGNAME)
38
	install -d $(BINDIR)
38
	install -d $(BINDIR)
39
	install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR)
39
	install -m 755 -o root -g root $(PRGNAME) $(BINDIR)
40
40
41
uninstall:
41
uninstall:
42
	rm -f $(BINDIR)/$(PRGNAME)
42
	rm -f $(BINDIR)/$(PRGNAME)
(-)graphlcd-base-0.1.3.orig/tools/showtext/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
install: $(PRGNAME)
37
install: $(PRGNAME)
38
	install -d $(BINDIR)
38
	install -d $(BINDIR)
39
	install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR)
39
	install -m 755 -o root -g root  $(PRGNAME) $(BINDIR)
40
40
41
uninstall:
41
uninstall:
42
	rm -f $(BINDIR)/$(PRGNAME)
42
	rm -f $(BINDIR)/$(PRGNAME)

Return to bug 149798