summaryrefslogtreecommitdiffstats
path: root/db-functions
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-08-18 00:20:27 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-18 00:20:27 +0200
commit15de56aa8bb8104a01a983393f8a398348714a3a (patch)
tree220282dff76a9c90551a8a62ee7c6d2b34619f96 /db-functions
parent68bf0be302f7650a31f6c188d99c00596b3fbef1 (diff)
downloaddbscripts-15de56aa8bb8104a01a983393f8a398348714a3a.tar.gz
dbscripts-15de56aa8bb8104a01a983393f8a398348714a3a.tar.xz
Remove dependence on makepkg.conf
Removed the need for makepkg.conf * Killed off CARCH * Added PKGEXT to the config file * Remove source_makepkg function * Source config file where makepkg.conf was needed Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-functions')
-rw-r--r--db-functions9
1 files changed, 0 insertions, 9 deletions
diff --git a/db-functions b/db-functions
index bbb6abc..ccab830 100644
--- a/db-functions
+++ b/db-functions
@@ -12,15 +12,6 @@ if [ -f "$BASEDIR/config" ]; then
fi
# Useful functions
-source_makepkg () {
- if [ -f "/etc/makepkg.conf" ]; then
- #Get some config info
- . /etc/makepkg.conf
- else
- echo "error: /etc/makepkg.conf does not exist!"
- exit 1
- fi
-}
UMASK=""
set_umask () {