Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
- Changes in Makefile (now using $HOME)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockrt committed Jun 9, 2009
1 parent c287e4b commit 4e45260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MODULE=$(shell basename $(PWD))
VERSION=$(shell sed -ne 's/^Version:[ \t]*\(.*\)/\1/p' $(MODULE).spec)
USER=$(shell id -un)
SOURCE_DIR=${HOME}/rpmbuild/SOURCES
#SOURCE_DIR=/tmp/rpm/$(USER)/SOURCES
SOURCE_DIR=/home/$(USER)/rpmbuild/SOURCES

all: rpm

Expand Down

0 comments on commit 4e45260

Please sign in to comment.