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

(-)lltag-0.14.4.orig/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
.PHONY: lltag clean install uninstall tarball
24
.PHONY: lltag clean install uninstall tarball
25
25
26
lltag:: lltag.in VERSION build-lib
26
lltag:: lltag.in VERSION build-lib
27
	sed -e 's!@SYSCONFDIR@!$(DESTDIR)$(SYSCONFDIR)!g' -e 's!@VERSION@!$(DESTDIR)$(VERSION)!g' \
27
	sed -e 's!@SYSCONFDIR@!$(SYSCONFDIR)!g' -e 's!@VERSION@!$(VERSION)!g' \
28
		< lltag.in > lltag
28
		< lltag.in > lltag
29
	chmod 755 lltag
29
	chmod 755 lltag
30
30

Return to bug 431562