diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,10 +4,11 @@ include config.mk ################################################################################ # these are the resulting packages -packages=libretools libretools-mips64el -# and which directories they contains -libretools=abslibre-tools chroot-tools devtools fullpkg lib librefetch misc toru +packages=libretools libretools-mips64el librelib +# and which directories they contain +libretools=abslibre-tools chroot-tools devtools fullpkg librefetch misc toru libretools-mips64el=mips64el-tools +librelib=lib ################################################################################ |