diff options
author | 2008-03-22 22:51:27 +0000 | |
---|---|---|
committer | 2008-03-22 22:51:27 +0000 | |
commit | 4f36bb31ba2202897d8b218633fa40b4a7af11b6 (patch) | |
tree | 15aa0af13d68bd0c28de38359f6d22e42ae87d7f /hooks | |
parent | 0ad235ed7040e13a492f4b77ba8c940dc001919e (diff) | |
download | paludis-4f36bb31ba2202897d8b218633fa40b4a7af11b6.tar.gz paludis-4f36bb31ba2202897d8b218633fa40b4a7af11b6.tar.xz |
Don't install empty directory.
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/Makefile.am.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/Makefile.am.m4 b/hooks/Makefile.am.m4 index 265121170..d6989d646 100644 --- a/hooks/Makefile.am.m4 +++ b/hooks/Makefile.am.m4 @@ -225,7 +225,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/install_task_execute_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/ |