summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-zipper/BUILD
blob: 95724999ab8a8c76b1e803f906ad6966df63aacf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if [ -f /etc/profile.d/GNUstep.sh ];
then
    . /etc/profile.d/GNUstep.sh
else
    message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
    message "Rebuild gnustep-make${DEFAULT_COLOR}"
    exit 1
fi                                                                    &&

make