Skip to content

Commit

Permalink
Fix missed file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-The-Marauder committed Feb 24, 2019
1 parent a40c441 commit 99fecf9
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
Expand Up @@ -170,7 +170,7 @@ package.src: deps
mkdir -p package
rm -rf package/$(PKG_ID)
git archive --format=tar --prefix=$(PKG_ID)/ $(PKG_REVISION)| (cd package && tar -xf -)
cp rebar.config.script package/$(PKG_ID)
cp pkg.vars.config package/$(PKG_ID)
make -C package/$(PKG_ID) deps
mkdir -p package/$(PKG_ID)/priv
git --git-dir=.git describe --tags >package/$(PKG_ID)/priv/vsn.git
Expand Down

0 comments on commit 99fecf9

Please sign in to comment.