diff options
Diffstat (limited to 'base/busybox/Pkgfile')
-rw-r--r-- | base/busybox/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/busybox/Pkgfile b/base/busybox/Pkgfile index ee562b63b..e651d9112 100644 --- a/base/busybox/Pkgfile +++ b/base/busybox/Pkgfile @@ -14,7 +14,7 @@ build() { cp ../config .config make menuconfig make - cp .config /tmp/config + cp .config `prt-get printf %p --filter=$name`/$name/config make CONFIG_PREFIX=$PKG install } |