Skip to content

Commit 4748fbe

Browse files
committed
OSMesa: Makefile test update for zip
1 parent 0866496 commit 4748fbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

OSMesa/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ test: all
235235
if [ -d "`grep ^LDrawDir ~/.ldviewrc | cut -f2 -d=`" ] ; then \
236236
echo LDraw dir \(~/.ldviewrc\): \
237237
`grep ^LDrawDir ~/.ldviewrc | cut -f2 -d=` ; \
238+
elif [ -f "`grep ^LDrawZip ~/.ldviewrc | cut -f2 -d=`" ] ; then \
239+
echo LDraw zip \(~/.ldviewrc\): \
240+
`grep ^LDrawZip ~/.ldviewrc | cut -f2 -d=` ; \
238241
else \
239242
echo ERROR LDraw dir \
240243
`grep ^LDrawDir ~/.ldviewrc | cut -f2 -d=` \
@@ -245,6 +248,9 @@ test: all
245248
if [ -d "`grep ^LDrawDir ~/.config/LDView/ldviewrc | cut -f2 -d=`" ] ; then \
246249
echo LDraw dir \(~/.config/LDView/ldviewrc\): \
247250
`grep ^LDrawDir ~/.config/LDView/ldviewrc | cut -f2 -d=`; \
251+
elif [ -f "`grep ^LDrawZip ~.config/LDView/ldviewrc | cut -f2 -d=`" ] ; then \
252+
echo LDraw zip \(~/.config/LDView/ldviewrc\): \
253+
`grep ^LDrawZip ~/.config/LDView/ldviewrc | cut -f2 -d=`; \
248254
else \
249255
echo ERROR LDraw dir \
250256
`grep ^LDrawDir ~/.config/LDView/ldviewrc | cut -f2 -d=` \

0 commit comments

Comments
 (0)