diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-26 02:13:16 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-26 02:13:16 +0000 |
commit | e22336673aca979e1e893b25b58e6d726fc739cf (patch) | |
tree | 33d6261dcb1801bfbdf7aafdc13fa6a5ee14da6b /etc | |
parent | 7ffb1e5facd4121602e6fdd2eafd3c7f37ded446 (diff) | |
download | pacman-e22336673aca979e1e893b25b58e6d726fc739cf.tar.xz |
Dan McGee <dpmcgee@gmail.com>
* Lots of code cleanup, and type fixes
* Make 'makeworld' a bit more in-line with the other stuff
* Make -Si and -Qi operations appear the same
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.d/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am index 2d39cac5..187c63f2 100644 --- a/etc/pacman.d/Makefile.am +++ b/etc/pacman.d/Makefile.am @@ -1,7 +1,6 @@ EXTRA_DIST = community current extra release unstable clean: - rm $(EXTRA_DIST) install-data-hook: mkdir -p $(DESTDIR)$(sysconfdir)/pacman.d ; \ |