Package gnustep-make-libFoundation: Scripts

Pre install

1
2
3
4
5
6
if [ -d /usr/lib/GNUstep-libFoundation/System/Makefiles -a ! -L /usr/lib/GNUstep-libFoundation/System/Makefiles ]; then
	[ -d /usr/lib/GNUstep-libFoundation/System/Library ] || install -d /usr/lib/GNUstep-libFoundation/System/Library
	mv -f /usr/lib/GNUstep-libFoundation/System/Makefiles /usr/lib/GNUstep-libFoundation/System/Library
	ln -sf Library/Makefiles /usr/lib/GNUstep-libFoundation/System/Makefiles
	echo 'Reinstall gnustep-make and gnustep-make-devel if some files are missing.' >&2
fi