File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,31 +16,31 @@ $GNUMAKE clean --silent
16
16
17
17
echo " Libraries:"
18
18
19
- if [ -f $PS2SDK /ports/include/jpeglib.h ];
19
+ if [ -f " $PS2SDK /ports/include/jpeglib.h" ];
20
20
then
21
21
echo -e " \tLIBJPEG detected."
22
22
export LIBJPEG=$PS2SDK /ports
23
23
else
24
24
echo -e " \tLIBJPEG not detected."
25
25
fi
26
26
27
- if [ -f $PS2SDK /ports/include/png.h ];
27
+ if [ -f " $PS2SDK /ports/include/png.h" ];
28
28
then
29
29
echo -e " \tLIBPNG detected."
30
30
export LIBPNG=$PS2SDK /ports
31
31
else
32
32
echo -e " \tLIBPNG not detected."
33
33
fi
34
34
35
- if [ -f $PS2SDK /ports/include/zlib.h ];
35
+ if [ -f " $PS2SDK /ports/include/zlib.h" ];
36
36
then
37
37
echo -e " \tZLIB detected."
38
38
export ZLIB=$PS2SDK /ports
39
39
else
40
40
echo -e " \tZLIB not detected."
41
41
fi
42
42
43
- if [ -f $PS2SDK /ports/include/tiff.h ];
43
+ if [ -f " $PS2SDK /ports/include/tiff.h" ];
44
44
then
45
45
echo -e " \tLIBTIFF detected."
46
46
export LIBTIFF=$PS2SDK /ports
You can’t perform that action at this time.
0 commit comments