Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51307 | Differences between
and this patch

Collapse All | Expand All

(-)qpkg.orig (-2 / +11 lines)
Lines 14-20 Link Here
14
VERSION=0.`echo ${ID} | cut -d\  -f3`
14
VERSION=0.`echo ${ID} | cut -d\  -f3`
15
15
16
TMP="/tmp/qpkg-${$}/"
16
TMP="/tmp/qpkg-${$}/"
17
rm -rf ${TMP}
17
18
cleanup() {
19
    rm -rf ${TMP}
20
}
21
22
cleanup
23
24
trap cleanup INT TERM
25
18
mkdir -p ${TMP}
26
mkdir -p ${TMP}
19
27
20
PROG=`basename ${0}`
28
PROG=`basename ${0}`
Lines 574-577 Link Here
574
		-e "s:^obj ::;s:^sym ::;s:^dir ::"
582
		-e "s:^obj ::;s:^sym ::;s:^dir ::"
575
583
576
)
584
)
577
rm -rf ${TMP}
585
586
cleanup

Return to bug 51307