Fork of Arch Linux devtools from https://git.archlinux.org/devtools.git
Go to file
Lukas Fleischer 8edb443c12 finddeps: Remove redundant cd(1)
Source the PKGBUILD using the correct path (relative to our base
directory) instead of using cd(1) to switch to the ABS base directory
first and to the package directory afterwards.

This is very useful when trying to track errors, also:

    $ ~/src/devtools/finddeps libdaq
    ./community/snort (depends)
    PKGBUILD: line 17: ruby: command not found
    PKGBUILD: line 19: [: =: unary operator expected

Versus:

    $ ~/src/devtools/finddeps libdaq
    ./community/snort (depends)
    ./community/ruby-pkgconfig/PKGBUILD: line 17: ruby: command not found
    ./community/lmms/PKGBUILD: line 19: [: =: unary operator expected

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-10-13 08:23:34 +02:00
.gitignore Support non-standard install locations 2011-10-07 21:53:02 +02:00
Makefile Makefile: Add a cleanup target 2011-10-07 21:53:02 +02:00
archbuild.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
archco.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
archrelease.in archrelease: Fix SVN error when repository is empty 2011-10-12 16:53:08 +02:00
archrm.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
bash_completion.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
checkpkg.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
commitpkg.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
finddeps.in finddeps: Remove redundant cd(1) 2011-10-13 08:23:34 +02:00
lddd.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
makechrootpkg.in Always log builds in makechrootpkg 2011-10-07 21:53:04 +02:00
makepkg-i686.conf update makepkg.conf from pacman 3.5.4-4 2011-08-14 14:12:34 +02:00
makepkg-x86_64.conf update makepkg.conf from pacman 3.5.4-4 2011-08-14 14:12:34 +02:00
mkarchroot.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
pacman-extra.conf Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 2011-03-26 12:42:21 +01:00
pacman-multilib-testing.conf Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 2011-03-26 12:42:21 +01:00
pacman-multilib.conf Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 2011-03-26 12:42:21 +01:00
pacman-staging.conf Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 2011-03-26 12:42:21 +01:00
pacman-testing.conf Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 2011-03-26 12:42:21 +01:00
rebuildpkgs.in Support non-standard install locations 2011-10-07 21:53:02 +02:00
zsh_completion.in Support non-standard install locations 2011-10-07 21:53:02 +02:00