Explorar o código

fix path to pkgrebuild

Waldemar Brodkorb %!s(int64=11) %!d(string=hai) anos
pai
achega
c9242eb1fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mk/build.mk

+ 1 - 1
mk/build.mk

@@ -93,7 +93,7 @@ POSTCONFIG=		-@\
 	if [ -f .adkinit ];then rm .adkinit;\
 	else \
 	if [ -f .config.old ];then \
-		$(TOPDIR)/bin/tools/pkgrebuild;\
+		$(TOPDIR)/bin/pkgrebuild;\
 		rebuild=0; \
 		if [ "$$(grep ^BUSYBOX .config|md5sum)" != "$$(grep ^BUSYBOX .config.old|md5sum)" ];then \
 			touch .rebuild.busybox;\