summaryrefslogtreecommitdiffhomepage
path: root/vars/dist_etc.subr
blob: e7e0a92a2bcf186996dcc602341024bf855be33b (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# set -o errexit -o noglob are assumed.
#

dist_etc_all() {
	tar -C etc -cpf - midipix.sh README midipix_shortcut.vbs	|\
	tar -C ${PREFIX} -xpf -;
	chmod +x ${PREFIX}/midipix.sh;
};

# vim:filetype=sh