You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/lablgl/files/lablgl-1.06-makefile.patch

13 lines
354 B

Make sure install dir exists before copying file to it.
--- a/LablGlut/src/Makefile
+++ b/LablGlut/src/Makefile
@@ -68,6 +68,7 @@
cd "$(INSTALLDIR)" && $(RANLIB) liblablglut$(XA)
@if test -f dlllablglut$(XS); then $(MAKE) installdll; \
else $(MAKE) installtop; fi
+ mkdir -p "$(BINDIR)"
cp lablglut$(XB) "$(BINDIR)"
real-install: preinstall