diff options
author | 2008-02-18 01:07:49 +0000 | |
---|---|---|
committer | 2008-02-18 01:07:49 +0000 | |
commit | c0b6611b946410c389289e4b2dbd5d4a4716163c (patch) | |
tree | 5539b085f534c9b7f2a76da20e1a6ec30722b607 /hooks/Makefile.am.m4 | |
parent | 5f6004d0807c7bdbbc313652f688149b588e2ff1 (diff) | |
download | paludis-c0b6611b946410c389289e4b2dbd5d4a4716163c.tar.gz paludis-c0b6611b946410c389289e4b2dbd5d4a4716163c.tar.xz |
Stop installing empty hook directories.
Diffstat (limited to 'hooks/Makefile.am.m4')
-rw-r--r-- | hooks/Makefile.am.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/Makefile.am.m4 b/hooks/Makefile.am.m4 index d27739de4..e7bfda0a5 100644 --- a/hooks/Makefile.am.m4 +++ b/hooks/Makefile.am.m4 @@ -221,8 +221,6 @@ install-data-local : install -d $(DESTDIR)/$(libexecdir)/paludis/hooks/fetch_all_post/ install -d $(DESTDIR)/$(libexecdir)/paludis/hooks/fetch_pre/ install -d $(DESTDIR)/$(libexecdir)/paludis/hooks/fetch_post/ - install -d $(DESTDIR)/$(libexecdir)/paludis/hooks/merger_install_sym_post/ - install -d $(DESTDIR)/$(libexecdir)/paludis/hooks/merger_check_sym_post/ ln -sf ../common/gnu_info_index.bash $(DESTDIR)/$(libexecdir)/paludis/hooks/uninstall_all_post/ ln -sf ../common/gnu_info_index.bash $(DESTDIR)/$(libexecdir)/paludis/hooks/install_all_post/ ln -sf ../common/eselect_env_update.bash $(DESTDIR)/$(libexecdir)/paludis/hooks/uninstall_all_post/ |