Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LaaS
logstash-forwarder
Commits
56ee6301
Commit
56ee6301
authored
Jul 23, 2013
by
Jordan Sissel
Browse files
Use fpm's new directory mapping to install files in specific locations
parent
43f6c12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
56ee6301
...
...
@@ -38,13 +38,14 @@ vendor-clean:
$(MAKE)
-C
vendor/zeromq/ clean
$(MAKE)
-C
vendor/zlib/ clean
rpm deb
:
PREFIX=/opt/lumberjack
rpm deb
:
| build-all
fpm
-s
dir
-t
$@
-n
lumberjack
-v
$(VERSION)
--prefix
/opt/lumberjack
\
--exclude
'*.a'
--exclude
'lib/pkgconfig/zlib.pc'
-C
build
\
fpm
-s
dir
-t
$@
-n
lumberjack
-v
$(VERSION)
\
--exclude
'*.a'
--exclude
'lib/pkgconfig/zlib.pc'
\
--description
"a log shipping tool"
\
--url
"https://github.com/jordansissel/lumberjack"
\
bin/lumberjack
bin/lumberjack.sh
#bin/keygen bin/lumberjack bin
/lumberjack
.sh lib
build/
bin/lumberjack
=
$(PREFIX)
/bin/ build/bin/lumberjack.sh
=
$(PREFIX)
/bin/
\
lumberjack.init
=
/etc/init.d
/lumberjack
# Vendor'd dependencies
# If VENDOR contains 'zeromq' download and build it.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment