projects
/
packages
/
ocaml-SDL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5523d1d
)
- fixed case when installed with ocamlfind
author
Jan Rękorajski
<baggins@pld-linux.org>
Sat, 10 Dec 2005 23:08:03 +0000
(23:08 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
ocaml-SDL.spec -> 1.9
ocaml-SDL.spec
patch
|
blob
|
blame
|
history
diff --git
a/ocaml-SDL.spec
b/ocaml-SDL.spec
index 0385e20926658b547383748666afca883dd425b5..7b693c54217534c6ce98be4c0bb92a0bef338ed8 100644
(file)
--- a/
ocaml-SDL.spec
+++ b/
ocaml-SDL.spec
@@
-66,7
+66,8
@@
install -d $RPM_BUILD_ROOT
%{__make} install \
OCAMLLIBDIR=%{_libdir}/ocaml \
OCAMLSDLDIR=%{_libdir}/ocaml/sdl \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
%clean
rm -rf $RPM_BUILD_ROOT
This page took
0.073124 seconds
and
4
git commands to generate.