Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 927560
Collapse All | Expand All

(-)a/rpm2targz (-2 / +1 lines)
Lines 173-179 for file; do Link Here
173
		# repack the files into the appropriate tar file
173
		# repack the files into the appropriate tar file
174
		(
174
		(
175
			cd "${WORKDIR}"
175
			cd "${WORKDIR}"
176
			tar cf - "./${base}"
176
			tar cf - --owner=0 --group=0 "./${base}"
177
		) | ${compress} | (
177
		) | ${compress} | (
178
			if ${stdout} ; then
178
			if ${stdout} ; then
179
				cat
179
				cat
180
- 

Return to bug 927560