diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-02 20:43:15 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-05 14:35:40 -0600 |
commit | c26039240db12794ad3f5b3d87c498b61a75e95b (patch) | |
tree | 1de5789f0758be8633862b174679e88fbbfc11fe /scripts | |
parent | 601a85082d2965174925a85942e9e8a5a0e9f735 (diff) | |
download | pacman-c26039240db12794ad3f5b3d87c498b61a75e95b.tar.xz |
Remove mentions of ABS from makepkg
Kill off some of the $ABSROOT stuff that was still hanging around in there.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 3feb9cb0..99b524c9 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1114,17 +1114,6 @@ PKGDEST=${PKGDEST:-$startdir} #default to $startdir if undefined SRCDEST=${_SRCDEST:-$SRCDEST} SRCDEST=${SRCDEST:-$startdir} #default to $startdir if undefined -# Only use ABSROOT if we haven't been passed a SRCROOT on the command line. -if [ -z "$SRCROOT" ]; then - if [ -r "$confdir/abs/abs.conf" ]; then - source "$confdir/abs/abs.conf" - fi - if [ -r ~/.abs.conf ]; then - source ~/.abs.conf - fi - SRCROOT=$ABSROOT -fi - # Parse Command Line Options. OPT_SHORT="AbcCdefFghiLmop:rRsSV" OPT_LONG="ignorearch,asroot,builddeps,clean,cleancache,nodeps,noextract,force,geninteg,help,install,log" |