Gentoo-Upgrade/Makefile

11 lines
196 B
Makefile
Raw Permalink Normal View History

2012-05-19 14:22:10 +04:00
SHELL = /bin/sh
PREFIX = /usr
all:
install:
2012-05-28 13:50:51 +04:00
install -d ${DESTDIR}/etc
install --mode=644 etc/* ${DESTDIR}/etc
2012-05-19 14:25:17 +04:00
install -d ${DESTDIR}/usr/sbin
2012-05-19 14:22:10 +04:00
install --mode=755 sbin/*.sh ${DESTDIR}/usr/sbin