Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 2d17ecc404292c0c782d719b211ea706 > files > 39

mythtv-doc-0.23-25073.1mdv2010.1.x86_64.rpm

TARGET = d10control.pl
PREFIX = /usr
BINPATH = ${PREFIX}/bin

all:

install:
	install -m 0755 $(TARGET) ${BINPATH}

uninstall:
	rm -f ${BINPATH}/$(TARGET)