Explorar o código

Explicitly specify /bin/bash for Makefile SHELL, since it's required.

Davíð Steinn Geirsson %!s(int64=10) %!d(string=hai) anos
pai
achega
7098842bb6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -6,6 +6,9 @@ DIST ?= fc18
 KDESERVICEDIR ?= /usr/share/kde4/services
 SBINDIR ?= /usr/sbin
 
+# This makefile uses some bash-isms, make uses /bin/sh by default.
+SHELL = /bin/bash
+
 help:
 	@echo "make rpms                  -- generate binary rpm packages"
 	@echo "make rpms-vm               -- generate binary rpm packages for VM"