diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 08:52:21 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 08:52:21 +0200 |
commit | ba384d7679698812140a3ef3dd92c12b30816dfd (patch) | |
tree | aa1d126324583d4f4cebde3295c4d5b475a55ca6 /bin | |
parent | d0444c7bd2713466995b986c8d47fb467f79a458 (diff) | |
download | smokeping-ba384d7679698812140a3ef3dd92c12b30816dfd.tar.gz smokeping-ba384d7679698812140a3ef3dd92c12b30816dfd.tar.xz |
improve release mechanism and add DESTDIR to binary paching
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index 01030c8..dafbdfd 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -18,6 +18,6 @@ dist_bin_SCRIPTS = smokeinfo smokeping smokeping_cgi tSmoke install-exec-hook: - [ x$PERL5LIB != x ] && cd "$(bindir)" && $(PERL) -i -p -e 's{^#!.*}{#!$(PERL)}; s{.*# PERL5LIB}{use lib qw($(PERL5LIB)); # PERL5LIB}' smokeinfo smokeping smokeping_cgi tSmoke + [ x$PERL5LIB != x ] && cd "$(DESTDIR)$(bindir)" && $(PERL) -i -p -e 's{^#!.*}{#!$(PERL)}; s{.*# PERL5LIB}{use lib qw($(PERL5LIB)); # PERL5LIB}' smokeinfo smokeping smokeping_cgi tSmoke # EOF |