diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-18 16:01:54 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-18 16:01:54 -0700 |
commit | 6666d28f019b1b7ea38f9bf1f4371a87d42fb927 (patch) | |
tree | 67784597057f2271515e3e9dec4074d03bfb62c1 /misc-scripts/ftpdir-cleanup | |
parent | 37c975929d6a60b21ff9741329bc72e9523f376c (diff) |
More makepkg.conf removal - prefer toplevel config
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/ftpdir-cleanup')
-rwxr-xr-x | misc-scripts/ftpdir-cleanup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc-scripts/ftpdir-cleanup b/misc-scripts/ftpdir-cleanup index a9865c6..f64acfa 100755 --- a/misc-scripts/ftpdir-cleanup +++ b/misc-scripts/ftpdir-cleanup @@ -18,13 +18,6 @@ fi . "$(dirname $0)/../config" -if [ ! -f /etc/makepkg.conf ]; then - echo "/etc/makepkg.conf not found! Aborting" - exit 1 -fi - -. /etc/makepkg.conf - getpkgname() { local tmp |