diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/perl.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/perl.xibuild b/repo/system/perl.xibuild index 5590c45..0c509e8 100644 --- a/repo/system/perl.xibuild +++ b/repo/system/perl.xibuild @@ -23,6 +23,7 @@ check () { } package () { - make DESTDIR=$PKG_DEST install + make DESTDIR="$PKG_DEST" install + for f in $(find /export -maxdepth 1 -type f); do echo $f; rm $f; done unset BUILD_ZLIB BUILD_BZIP2 } |