File fix-for-old-make.patch of Package conkeror
Index: conkeror-master-dd8a32f/Makefile =================================================================== --- conkeror-master-dd8a32f.orig/Makefile +++ conkeror-master-dd8a32f/Makefile @@ -5,9 +5,9 @@ PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man SHELL ?= /bin/sh -tagged_files != find . -name '*.js' -BUILDDIR != pwd -VERSION != grep '^Version=' application.ini | cut -d '=' -f 2 +tagged_files := $(find . -name '*.js') +BUILDDIR := $(pwd) +VERSION := $(grep '^Version=' application.ini | cut -d '=' -f 2) dirs = branding chrome components content defaults help locale modules search-engines style files = application.ini chrome.manifest content-policy.manifest Info.plist