Skip to content

Commit

Permalink
Fixed 'make distsrc' when run in isonation
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Dec 7, 2016
1 parent 3e92ccb commit c2ad04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/unix/makedistsrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TARFILE=root_v$ROOTVERS.$TYPE.tar

( cd $ROOTSRCDIR; git checkout $CURVERS )
# generate etc/gitinfo.txt
$ROOTSRCDIR/build/unix/gitinfo.sh
$ROOTSRCDIR/build/unix/gitinfo.sh $ROOTSRCDIR

( cd $ROOTSRCDIR; git archive -v -o ../$TARFILE --prefix=root-$ROOTVERS/ $CURVERS )

Expand Down

0 comments on commit c2ad04e

Please sign in to comment.