[Pkg-voip-commits] [dahdi-tools] 164/285: hotplug modularization: move sources to a subdir

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit cdedf024ae0984d4b0dddc76bcdb5e29f21b3040
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Thu Jan 16 12:29:04 2014 +0200

    hotplug modularization: move sources to a subdir
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>
---
 Makefile                                           | 2 +-
 dahdi_handle_device => hotplug/dahdi_handle_device | 0
 dahdi_span_config => hotplug/dahdi_span_config     | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 144b292..f3ce6df 100644
--- a/Makefile
+++ b/Makefile
@@ -231,7 +231,7 @@ ifeq (,$(wildcard $(DESTDIR)$(CONFIG_FILE)))
 	$(INSTALL) -m 644 system.conf.sample $(DESTDIR)$(CONFIG_FILE)
 endif
 	install -d $(DESTDIR)$(DATA_DIR)
-	install $(ASSIGNED_DATA_SCRIPTS) $(DESTDIR)$(DATA_DIR)/
+	tar cf - -C hotplug $(ASSIGNED_DATA_SCRIPTS) | tar xf - -C $(DESTDIR)$(DATA_DIR)/
 	install $(ASSIGNED_UTILS) $(DESTDIR)/$(BIN_DIR)/
 	install -m 644 $(ASSIGNED_CONF) $(DESTDIR)/$(CONFIG_DIR)/
 
diff --git a/dahdi_handle_device b/hotplug/dahdi_handle_device
similarity index 100%
rename from dahdi_handle_device
rename to hotplug/dahdi_handle_device
diff --git a/dahdi_span_config b/hotplug/dahdi_span_config
similarity index 100%
rename from dahdi_span_config
rename to hotplug/dahdi_span_config

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list