View | Details | Raw Unified | Return to bug 11586
Collapse All | Expand All

(-)hsh-sh-rebuild-functions.orig (-3 / +3 lines)
Lines 234-242 Link Here
234
EOF
234
EOF
235
235
236
target="$(quote_arg "${target:-$def_target}")" /.host/rebuild *
236
target="$(quote_arg "${target:-$def_target}")" /.host/rebuild *
237
find /usr/src/RPM/SRPMS/ -mindepth 1 -maxdepth 1 -type f -name \*.src.rpm -print0 |
237
find \$(rpm --eval=%_srcrpmdir)/ -mindepth 1 -maxdepth 1 -type f -name \*.src.rpm -print0 |
238
	xargs -r0 mv -f $verbose --target-directory=/.out/ --
238
        xargs -r0 mv -f $verbose --target-directory=/.out/ --
239
find /usr/src/RPM/RPMS/ -mindepth 2 -maxdepth 2 -type f -name \*.rpm -print0 |
239
find \$(rpm --eval=%_rpmdir)/ -mindepth 2 -maxdepth 2 -type f -name \*.rpm -print0 |
240
	xargs -r0 mv -f $verbose --target-directory=/.out/ --
240
	xargs -r0 mv -f $verbose --target-directory=/.out/ --
241
__EOF__
241
__EOF__
242
242

Return to bug 11586