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

Collapse All | Expand All

(-)Makefile.old (-5 / +5 lines)
Lines 16-27 Link Here
16
	if [ -d snd ]; then python soundconverter.py -t snd/* > /dev/null; fi
16
	if [ -d snd ]; then python soundconverter.py -t snd/* > /dev/null; fi
17
17
18
install:
18
install:
19
	install -d $(bindir) $(sharedir)
19
	install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sharedir)
20
	install -m 0644 soundconverter.glade $(sharedir)
20
	install -m 0644 soundconverter.glade $(DESTDIR)$(sharedir)
21
	install -m 0644 logo.png $(sharedir)
21
	install -m 0644 logo.png $(DESTDIR)$(sharedir)
22
	sed 's,^GLADE *=.*,GLADE = "$(sharedir)/soundconverter.glade",' \
22
	sed 's,^GLADE *=.*,GLADE = "$(sharedir)/soundconverter.glade",' \
23
	soundconverter.py > make-install-temp
23
	soundconverter.py > make-install-temp
24
	install make-install-temp $(bindir)/soundconverter
24
	install make-install-temp $(DESTDIR)$(bindir)/soundconverter
25
	rm make-install-temp
25
	rm make-install-temp
26
26
27
clean:
27
clean:

Return to bug 95525