diff options
Diffstat (limited to 'autopkg-branch.mk')
-rw-r--r-- | autopkg-branch.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autopkg-branch.mk b/autopkg-branch.mk index 977fed3..9b587b3 100644 --- a/autopkg-branch.mk +++ b/autopkg-branch.mk @@ -1,6 +1,6 @@ # Autopkg tracking given branch AUTOPKG_VARIANT:=branch -include $(TOPDIR)/package/autopkg-head.mk +include $(TOPDIR)/feeds/personal/autopkg-head.mk ifndef PKG_SOURCE_BRANCH $(error You have to define PKG_SOURCE_BRANCH before pkgauto.mk include) @@ -21,4 +21,4 @@ PKG_RELEASE:=$(shell git $(GIT_ARGS) rev-list --count "$(PKG_VERSION)..$(PKG_SOU PKG_VERSION:=$(PKG_VERSION:v%=%).9999 endif -include $(TOPDIR)/package/autopkg-tail.mk +include $(TOPDIR)/feeds/personal/autopkg-tail.mk |