Skip to content
Snippets Groups Projects
Commit 82f4ac23 authored by Neal Gompa's avatar Neal Gompa
Browse files

Change Makefile to use manatools-dev branch

parent 0e35e3fe
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ BUMPED_MINOR=${shell VN=`cat ${APPNAME}.spec | grep Version| sed 's/${VER_REGEX ...@@ -15,7 +15,7 @@ BUMPED_MINOR=${shell VN=`cat ${APPNAME}.spec | grep Version| sed 's/${VER_REGEX
NEW_VER=${shell cat ${APPNAME}.spec | grep Version| sed 's/\(^Version:\s*\)\([0-9]*\.[0-9]*\.\)\(.*\)/\2${BUMPED_MINOR}/'} NEW_VER=${shell cat ${APPNAME}.spec | grep Version| sed 's/\(^Version:\s*\)\([0-9]*\.[0-9]*\.\)\(.*\)/\2${BUMPED_MINOR}/'}
NEW_REL=0.1.${GITDATE} NEW_REL=0.1.${GITDATE}
DIST=${shell rpm --eval "%{dist}"} DIST=${shell rpm --eval "%{dist}"}
GIT_MASTER=develop GIT_MASTER=manatools-dev
CURDIR = ${shell pwd} CURDIR = ${shell pwd}
BUILDDIR= $(CURDIR)/build BUILDDIR= $(CURDIR)/build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment