index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | etc/pacman.d/.cvsignore | 8 | ||||
-rw-r--r-- | etc/pacman.d/Makefile.am | 3 |
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 \ |