summaryrefslogtreecommitdiffstats
path: root/base/busybox/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-05-08 09:47:20 +0200
committertnut <tnut at nutyx dot com>2011-05-08 09:47:20 +0200
commit7614286ef07d17d84d3fa3a007294952fa8b252f (patch)
tree76d3389887657dde0ade08aaf66083934e4a29a4 /base/busybox/Pkgfile
parent594c08add3d3583a3f821d857c7a7140e7cbc938 (diff)
downloadnutyx-pakxe-7614286ef07d17d84d3fa3a007294952fa8b252f.tar.gz
nutyx-pakxe-7614286ef07d17d84d3fa3a007294952fa8b252f.tar.bz2
nutyx-pakxe-7614286ef07d17d84d3fa3a007294952fa8b252f.tar.xz
nutyx-pakxe-7614286ef07d17d84d3fa3a007294952fa8b252f.zip
busybox, maj footprint, md5sum, Pkgfile
Diffstat (limited to 'base/busybox/Pkgfile')
-rw-r--r--base/busybox/Pkgfile2
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
}