Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 79a6ca165f00c0711b34d4223f47918f > files > 10

sdlbasic-2007.07.14-6.mga3.src.rpm

--- makefile.orig	2011-09-27 18:37:04.538062352 +0200
+++ src/sdlBrt/makefile	2011-09-27 18:38:48.504275921 +0200
@@ -328,14 +328,14 @@
 ifeq ($(compress), UPX)
 	upx -9 $(TARGET)
 endif
-	$(INSTALL) -c -m 755 -d ${exec_prefix}
-	$(INSTALL) -c $(TARGET) ${exec_prefix}
+	$(INSTALL) -c -m 755 -d $(DESTDIR)${exec_prefix}
+	$(INSTALL) -c $(TARGET) $(DESTDIR)${exec_prefix}
 
 
 install-fonts:
-	$(INSTALL) -c -m 755 -d ${font_prefix}/dejavu
-	$(INSTALL)  fonts/DejaVuSans.ttf ${font_prefix}/dejavu/DejaVuSans.ttf
-	$(INSTALL)  fonts/DejaVuSansMono-Roman.ttf ${font_prefix}/dejavu/DejaVuSansMono-Roman.ttf
+	$(INSTALL) -c -m 755 -d $(DESTDIR)${font_prefix}/dejavu
+	$(INSTALL)  fonts/DejaVuSans.ttf $(DESTDIR)${font_prefix}/dejavu/DejaVuSans.ttf
+	$(INSTALL)  fonts/DejaVuSansMono-Roman.ttf $(DESTDIR)${font_prefix}/dejavu/DejaVuSansMono-Roman.ttf
 
 remove:	remove-bin	remove-fonts