projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e38743
)
Missed a make target.
user/csharp/ubuntu-14-04-makefile
author
Chris Sharp
<csharp@georgialibraries.org>
Sun, 26 Jan 2014 16:09:44 +0000
(11:09 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Sun, 26 Jan 2014 16:09:44 +0000
(11:09 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install
patch
|
blob
|
history
diff --git
a/src/extras/Makefile.install
b/src/extras/Makefile.install
index
9d0c335
..
d7a95f9
100644
(file)
--- a/
src/extras/Makefile.install
+++ b/
src/extras/Makefile.install
@@
-224,6
+224,9
@@
install_extra_debs_squeeze: install_extra_debs
install_extra_debs_precise:
$(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_PRECISE)
+install_extra_debs_trusty:
+ $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_TRUSTY)
+
# Fedora
install_fedora_rpms:
yum -y install $(FEDORAS)