View | Details | Raw Unified | Return to bug 13417
Collapse All | Expand All

(-)patch-aa (-1 / +1 lines)
Lines 11-17 Link Here
11
-	$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
11
-	$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
12
-	mkinstalldirs $(prefix)/sounds
12
-	mkinstalldirs $(prefix)/sounds
13
-	mkinstalldirs $(prefix)/levels
13
-	mkinstalldirs $(prefix)/levels
14
+	if [ "X$(SOUNDSRV)" != "X"]; then \
14
+	if [ "X$(SOUNDSRV)" != "X" ]; then \
15
+		$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \
15
+		$(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \
16
+	fi
16
+	fi
17
+	./mkinstalldirs $(prefix)/sounds
17
+	./mkinstalldirs $(prefix)/sounds

Return to bug 13417