Skip to content

Commit

Permalink
Makefile.usr: add path to pkgsrc-all tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nikolajsen committed Feb 11, 2009
1 parent e2dbfa0 commit bcd79f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/Makefile.usr
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ release-pkgsrc-extract:
cd ${.CURDIR}; \
mkdir -p pkgsrc; \
cd pkgsrc; \
tar xvpzf pkgsrc-all.tgz
tar xvpzf ${.CURDIR}/pkgsrc-all.tgz

release-src-extract:
cd ${.CURDIR}; \
Expand Down

0 comments on commit bcd79f2

Please sign in to comment.