Skip to content
Snippets Groups Projects
Commit e9bbe388 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed broken pipe error during make.

parent 192d2011
Branches
Tags
No related merge requests found
......@@ -16,8 +16,8 @@ ifndef IMAKETMPL
#include <site.def>
CASTOR_ROOT = __back_to_root__
MAJOR_CASTOR_VERSION := $(shell egrep "^castor" $(CASTOR_ROOT)/debian/changelog | head -1 | awk '{ print $$2 }' | cut -d . -f 1,2 | cut -c 2-)
MINOR_CASTOR_VERSION := $(shell egrep "^castor" $(CASTOR_ROOT)/debian/changelog | head -1 | awk '{ print $$2 }' | cut -d . -f 3 | head -c -2 | sed 's/-/./')
MAJOR_CASTOR_VERSION := $(shell egrep -m 1 "^castor" $(CASTOR_ROOT)/debian/changelog | awk '{ print $$2 }' | cut -d . -f 1,2 | cut -c 2-)
MINOR_CASTOR_VERSION := $(shell egrep -m 1 "^castor" $(CASTOR_ROOT)/debian/changelog | awk '{ print $$2 }' | cut -d . -f 3 | head -c -2 | sed 's/-/./')
#ifdef linux
#include <linux.cf>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment