~crass/proxychains-ng/daily-packaging

« back to all changes in this revision

Viewing changes to debian/patches/00-install-config.patch

  • Committer: crass
  • Date: 2013-06-24 03:11:45 UTC
  • Revision ID: crass@crass-ideapad-z570-20130624031145-3zz01lnstkufxib2
Initial packaging commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff --git a/Makefile b/Makefile
 
2
index b85d808..05d7cc2 100644
 
3
--- a/Makefile
 
4
+++ b/Makefile
 
5
@@ -52,7 +52,7 @@ install-config:
 
6
        install -d $(DESTDIR)$(sysconfdir)
 
7
        install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)$(sysconfdir)/
 
8
 
 
9
-install: 
 
10
+install: install-config
 
11
        install -d $(DESTDIR)$(bindir)/ $(DESTDIR)$(libdir)/
 
12
        install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)$(bindir)/
 
13
        install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)$(libdir)/