Skip to content

Commit

Permalink
Fix Makefile.Ubuntu to use $BASE instead of $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
pcworld committed Aug 31, 2012
1 parent 4d63b62 commit f5dc2c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.Ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BUILD_TYPE := debug
PLATFORM := x86
MACHINE := x86
LUNA_STAGING := $(HOME)/luna-desktop-binaries/staging
LUNA_STAGING := $(BASE)/staging

NOVA_TOP_DIR_REL = ../
NOVA_TOP_DIR_ABS = $(shell cd $(NOVA_TOP_DIR_REL); pwd)
Expand All @@ -15,4 +15,3 @@ LIBS := -L$(LUNA_STAGING)/lib\
ARCH_CFLAGS := -DDESKTOP=1

include Makefile.inc

0 comments on commit f5dc2c6

Please sign in to comment.