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 (-3 / +9 lines)
Lines 14-24 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
PROG=`basename ${0}`
18
cleanup_and_die () {
19
    rm -rf ${TMP}
20
    exit
21
}
22
trap cleanup_and_die INT TERM
23
echo ${$}
24
17
rm -rf ${TMP}
25
rm -rf ${TMP}
18
mkdir -p ${TMP}
26
mkdir -p ${TMP}
19
27
20
PROG=`basename ${0}`
21
22
# Parse args
28
# Parse args
23
verb=0
29
verb=0
24
group="*"
30
group="*"
Lines 574-577 Link Here
574
		-e "s:^obj ::;s:^sym ::;s:^dir ::"
580
		-e "s:^obj ::;s:^sym ::;s:^dir ::"
575
581
576
)
582
)
577
rm -rf ${TMP}
583
cleanup_and_die

Return to bug 51307