diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 09:47:20 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 09:47:20 +0200 |
commit | 7614286ef07d17d84d3fa3a007294952fa8b252f (patch) | |
tree | 76d3389887657dde0ade08aaf66083934e4a29a4 /base/busybox/Pkgfile | |
parent | 594c08add3d3583a3f821d857c7a7140e7cbc938 (diff) | |
download | nutyx-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/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 } |