diff options
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-01-29 22:18:31 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-01-29 22:18:31 +0000 |
commit | 13f9fc4d19661b75c6f9989082aaf2b222547fe7 (patch) | |
tree | 424414095c1220fd27a19ff611673bd97e19594c /autoclean.sh | |
parent | 1629355ef06c16c422fe959affde83552c96b5ae (diff) | |
download | pacman-13f9fc4d19661b75c6f9989082aaf2b222547fe7.tar.xz |
* Fix building outside $(srcdir).
* Removed ./gen-mirrorlist.sh invocation from configure script:
Mirror-files are generated by make, not configure.
Diffstat (limited to 'autoclean.sh')
-rwxr-xr-x | autoclean.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoclean.sh b/autoclean.sh index a2708356..16364519 100755 --- a/autoclean.sh +++ b/autoclean.sh @@ -36,7 +36,6 @@ rm -rf etc/Makefile.in rm -rf etc/Makefile rm -rf etc/pacman.d/Makefile.in rm -rf etc/pacman.d/Makefile -rm -rf etc/pacman.d/{current,extra,community,unstable,release} rm -rf etc/abs/Makefile.in rm -rf etc/abs/Makefile |