summaryrefslogtreecommitdiffstats
path: root/release/scripts/info-make.sh
blob: 2db364676c55381c27cb7bdba538b5839e0cab37 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# $FreeBSD$

# Move the info files out to their own dist
if [ -d ${RD}/trees/bin/usr/share/info ]; then
	tar -cf - -C ${RD}/trees/bin/usr/share/info . |
		tar -xpf - -C ${RD}/trees/info/usr/share/info &&
	rm -rf ${RD}/trees/bin/usr/share/info;
fi
OpenPOWER on IntegriCloud