Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 14, 2017
2 parents 289e5ec + 540ed7f commit 3782f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRODUCT_NAME:=freelan
PRODUCT_VERSION:=$(shell cat VERSION | tr -d '\r\n')
PRODUCT_BIN_PREFIX=/usr/local
PRODUCT_PREFIX=/usr/local
PRODUCT_BIN_PREFIX?=/usr/local
PRODUCT_PREFIX?=/usr/local

default: build

Expand All @@ -13,4 +13,4 @@ install:
FREELAN_NO_GIT=1 FREELAN_NO_GIT_VERSION=${PRODUCT_VERSION} DESTDIR=$(DESTDIR) scons --mode=release install prefix=${PRODUCT_PREFIX} bin_prefix=${PRODUCT_BIN_PREFIX}

package:
git archive HEAD --prefix=${PRODUCT_NAME}-${PRODUCT_VERSION}/ | gzip > ${PRODUCT_NAME}-${PRODUCT_VERSION}.tar.gz
git archive HEAD --prefix=${PRODUCT_NAME}-${PRODUCT_VERSION}/ -o ${PRODUCT_NAME}-${PRODUCT_VERSION}.tar.gz

0 comments on commit 3782f4e

Please sign in to comment.