On Mar 18, 2019, at 11:33 PM, Tong Sun <[email protected]> wrote: > > Now, I'm gettng the "executable file not found in $PATH" error, > despite that I'm having the following line in rules: > > export PATH := $(CURDIR)/$(BUILD_DIR)/bin:$(PATH) > > What's wrong?
I don’t think $BUILD_DIR is set by default. I set it manually in https://salsa.debian.org/go-team/packages/git-lfs/blob/master/debian/rules#L5 <https://salsa.debian.org/go-team/packages/git-lfs/blob/master/debian/rules#L5>. You probably need to do the same. Stephen
