diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 04:40:08 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-17 04:40:08 +0100 |
commit | 42f8b8b2d37f879b57ce56b078c82172a6fb996f (patch) | |
tree | a9117f61e0dcc65f64d40b914c132af79c8780cd /etc/pacman.d | |
parent | 8d2f00c0598663a7022b1d690acd3f0da36df5f3 (diff) | |
download | pacman-42f8b8b2d37f879b57ce56b078c82172a6fb996f.tar.gz pacman-42f8b8b2d37f879b57ce56b078c82172a6fb996f.tar.xz |
cvsignore cleanup and additions
Diffstat (limited to 'etc/pacman.d')
-rw-r--r-- | etc/pacman.d/.cvsignore | 8 | ||||
-rw-r--r-- | etc/pacman.d/Makefile.am | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/pacman.d/.cvsignore b/etc/pacman.d/.cvsignore new file mode 100644 index 00000000..0ca92019 --- /dev/null +++ b/etc/pacman.d/.cvsignore @@ -0,0 +1,8 @@ +Makefile +Makefile.in +community +current +extra +mirrorlist +release +unstable diff --git a/etc/pacman.d/Makefile.am b/etc/pacman.d/Makefile.am index 698af489..2d39cac5 100644 --- a/etc/pacman.d/Makefile.am +++ b/etc/pacman.d/Makefile.am @@ -1,5 +1,8 @@ EXTRA_DIST = community current extra release unstable +clean: + rm $(EXTRA_DIST) + install-data-hook: mkdir -p $(DESTDIR)$(sysconfdir)/pacman.d ; \ for j in $(EXTRA_DIST); do \ |